Amazon.RDS.AmazonRDSClient.ModifyDBCluster C# (CSharp) Méthode

ModifyDBCluster() public méthode

Modify a setting for an Amazon Aurora DB cluster. You can change one or more database configuration parameters by specifying these parameters and the new values in the request. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
/// User already has a DB cluster with the given identifier. /// /// DBClusterIdentifier does not refer to an existing DB cluster. /// /// DBClusterParameterGroupName does not refer to an existing DB Cluster parameter /// group. /// /// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// The DB cluster is not in a valid state. /// /// The specified DB instance is not in the available state. /// /// The state of the DB security group does not allow deletion. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The requested subnet is invalid, or multiple subnets were requested that are not all /// in a common VPC. /// /// DB subnet group does not cover all Availability Zones after it is created because /// users' change. /// /// Request would result in user exceeding the allowed amount of storage available across /// all DB instances. ///
public ModifyDBCluster ( ModifyDBClusterRequest request ) : ModifyDBClusterResponse
request ModifyDBClusterRequest Container for the necessary parameters to execute the ModifyDBCluster service method.
Résultat ModifyDBClusterResponse
        public ModifyDBClusterResponse ModifyDBCluster(ModifyDBClusterRequest request)
        {
            var marshaller = new ModifyDBClusterRequestMarshaller();
            var unmarshaller = ModifyDBClusterResponseUnmarshaller.Instance;

            return Invoke<ModifyDBClusterRequest,ModifyDBClusterResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient