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

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

The UpdateReplicationJob API is used to change the settings of your existing ReplicationJob created using CreateReplicationJob. Calling this API will affect the next scheduled ReplicationRun.
/// 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. /// /// 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. /// /// The specified Replication Job cannot be found. /// /// The provided server cannot be replicated. /// /// This user does not have permissions to perform this operation. ///
public UpdateReplicationJob ( UpdateReplicationJobRequest request ) : UpdateReplicationJobResponse
request Amazon.ServerMigrationService.Model.UpdateReplicationJobRequest Container for the necessary parameters to execute the UpdateReplicationJob service method.
Результат UpdateReplicationJobResponse
        public UpdateReplicationJobResponse UpdateReplicationJob(UpdateReplicationJobRequest request)
        {
            var marshaller = new UpdateReplicationJobRequestMarshaller();
            var unmarshaller = UpdateReplicationJobResponseUnmarshaller.Instance;

            return Invoke<UpdateReplicationJobRequest,UpdateReplicationJobResponse>(request, marshaller, unmarshaller);
        }