Amazon.Batch.AmazonBatchClient.SubmitJob C# (CSharp) Метод

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

Submits an AWS Batch job from a job definition. Parameters specified during SubmitJob override parameters defined in the job definition.
/// These errors are usually caused by a client action, such as using an action or resource /// on behalf of a user that doesn't have permission to use the action or resource, or /// specifying an identifier that is not valid. /// /// These errors are usually caused by a server issue. ///
public SubmitJob ( SubmitJobRequest request ) : SubmitJobResponse
request Amazon.Batch.Model.SubmitJobRequest Container for the necessary parameters to execute the SubmitJob service method.
Результат Amazon.Batch.Model.SubmitJobResponse
        public SubmitJobResponse SubmitJob(SubmitJobRequest request)
        {
            var marshaller = new SubmitJobRequestMarshaller();
            var unmarshaller = SubmitJobResponseUnmarshaller.Instance;

            return Invoke<SubmitJobRequest,SubmitJobResponse>(request, marshaller, unmarshaller);
        }