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

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

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see Aurora on Amazon RDS in the Amazon RDS User Guide.
/// DBClusterIdentifier does not refer to an existing DB cluster. /// /// User already has a DB cluster snapshot with the given identifier. /// /// The supplied value is not a valid DB cluster snapshot state. /// /// The DB cluster is not in a valid state. /// /// Request would result in user exceeding the allowed number of DB snapshots. ///
public CreateDBClusterSnapshot ( CreateDBClusterSnapshotRequest request ) : CreateDBClusterSnapshotResponse
request Amazon.RDS.Model.CreateDBClusterSnapshotRequest Container for the necessary parameters to execute the CreateDBClusterSnapshot service method.
Результат Amazon.RDS.Model.CreateDBClusterSnapshotResponse
        public CreateDBClusterSnapshotResponse CreateDBClusterSnapshot(CreateDBClusterSnapshotRequest request)
        {
            var marshaller = new CreateDBClusterSnapshotRequestMarshaller();
            var unmarshaller = CreateDBClusterSnapshotResponseUnmarshaller.Instance;

            return Invoke<CreateDBClusterSnapshotRequest,CreateDBClusterSnapshotResponse>(request, marshaller, unmarshaller);
        }
AmazonRDSClient