Amazon.ServerMigrationService.AmazonServerMigrationServiceClient.CreateReplicationJob C# (CSharp) Метод

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

The CreateReplicationJob API is used to create a ReplicationJob to replicate a server on AWS. Call this API to first create a ReplicationJob, which will then schedule periodic ReplicationRuns to replicate your server to AWS. Each ReplicationRun will result in the creation of an AWS AMI.
/// An internal error has occured. /// /// A parameter specified in the request is not valid, is unsupported, or cannot be used. /// /// The request is missing a required parameter. Ensure that you have supplied all the /// required parameters for the request. /// /// No connectors are available to handle this request. Please associate connector(s) /// and verify any existing connectors are healthy and can respond to requests. /// /// The specified operation is not allowed. This error can occur for a number of reasons; /// for example, you might be trying to start a Replication Run before seed Replication /// Run. /// /// An active Replication Job already exists for the specified server. /// /// The provided server cannot be replicated. /// /// This user does not have permissions to perform this operation. ///
public CreateReplicationJob ( CreateReplicationJobRequest request ) : CreateReplicationJobResponse
request Amazon.ServerMigrationService.Model.CreateReplicationJobRequest Container for the necessary parameters to execute the CreateReplicationJob service method.
Результат Amazon.ServerMigrationService.Model.CreateReplicationJobResponse
        public CreateReplicationJobResponse CreateReplicationJob(CreateReplicationJobRequest request)
        {
            var marshaller = new CreateReplicationJobRequestMarshaller();
            var unmarshaller = CreateReplicationJobResponseUnmarshaller.Instance;

            return Invoke<CreateReplicationJobRequest,CreateReplicationJobResponse>(request, marshaller, unmarshaller);
        }