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

DeleteDBClusterParameterGroup() public méthode

Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted cannot be associated with any DB clusters.

For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.

/// DBParameterGroupName does not refer to an existing DB parameter group. /// /// The DB parameter group cannot be deleted because it is in use. ///
public DeleteDBClusterParameterGroup ( DeleteDBClusterParameterGroupRequest request ) : DeleteDBClusterParameterGroupResponse
request Amazon.RDS.Model.DeleteDBClusterParameterGroupRequest Container for the necessary parameters to execute the DeleteDBClusterParameterGroup service method.
Résultat DeleteDBClusterParameterGroupResponse
        public DeleteDBClusterParameterGroupResponse DeleteDBClusterParameterGroup(DeleteDBClusterParameterGroupRequest request)
        {
            var marshaller = new DeleteDBClusterParameterGroupRequestMarshaller();
            var unmarshaller = DeleteDBClusterParameterGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteDBClusterParameterGroupRequest,DeleteDBClusterParameterGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient