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

DeleteDBSnapshot() public méthode

Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

/// DBSnapshotIdentifier does not refer to an existing DB snapshot. /// /// The state of the DB snapshot does not allow deletion. ///
public DeleteDBSnapshot ( DeleteDBSnapshotRequest request ) : DeleteDBSnapshotResponse
request Amazon.RDS.Model.DeleteDBSnapshotRequest Container for the necessary parameters to execute the DeleteDBSnapshot service method.
Résultat Amazon.RDS.Model.DeleteDBSnapshotResponse
        public DeleteDBSnapshotResponse DeleteDBSnapshot(DeleteDBSnapshotRequest request)
        {
            var marshaller = new DeleteDBSnapshotRequestMarshaller();
            var unmarshaller = DeleteDBSnapshotResponseUnmarshaller.Instance;

            return Invoke<DeleteDBSnapshotRequest,DeleteDBSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient