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

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

Creates a DBSnapshot. The source DBInstance must be in "available" state.
/// DBInstanceIdentifier does not refer to an existing DB instance. /// /// DBSnapshotIdentifier is already used by an existing snapshot. /// /// The specified DB instance is not in the available state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CreateDBSnapshot ( CreateDBSnapshotRequest request ) : CreateDBSnapshotResponse
request Amazon.RDS.Model.CreateDBSnapshotRequest Container for the necessary parameters to execute the CreateDBSnapshot service method.
Результат Amazon.RDS.Model.CreateDBSnapshotResponse
        public CreateDBSnapshotResponse CreateDBSnapshot(CreateDBSnapshotRequest request)
        {
            var marshaller = new CreateDBSnapshotRequestMarshaller();
            var unmarshaller = CreateDBSnapshotResponseUnmarshaller.Instance;

            return Invoke<CreateDBSnapshotRequest,CreateDBSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient