Amazon.RDS.AmazonRDSClient.DeleteDBSubnetGroup C# (CSharp) Метод

DeleteDBSubnetGroup() публичный Метод

Deletes a DB subnet group.

The specified database subnet group must not be associated with any DB instances.

/// DBSubnetGroupName does not refer to an existing DB subnet group. /// /// The DB subnet group cannot be deleted because it is in use. /// /// The DB subnet is not in the available state. ///
public DeleteDBSubnetGroup ( DeleteDBSubnetGroupRequest request ) : Amazon.RDS.Model.DeleteDBSubnetGroupResponse
request Amazon.RDS.Model.DeleteDBSubnetGroupRequest Container for the necessary parameters to execute the DeleteDBSubnetGroup service method.
Результат Amazon.RDS.Model.DeleteDBSubnetGroupResponse
        public DeleteDBSubnetGroupResponse DeleteDBSubnetGroup(DeleteDBSubnetGroupRequest request)
        {
            var marshaller = new DeleteDBSubnetGroupRequestMarshaller();
            var unmarshaller = DeleteDBSubnetGroupResponseUnmarshaller.Instance;

            return Invoke<DeleteDBSubnetGroupRequest,DeleteDBSubnetGroupResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient