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

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

Creates an AWS Batch job queue. When you create a job queue, you associate one or more compute environments to the queue and assign an order of preference for the compute environments.

You also set a priority to the job queue that determines the order in which the AWS Batch scheduler places jobs onto its associated compute environments. For example, if a compute environment is associated with more than one job queue, the job queue with a higher priority is given preference for scheduling jobs to that compute environment.

/// 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 CreateJobQueue ( CreateJobQueueRequest request ) : CreateJobQueueResponse
request Amazon.Batch.Model.CreateJobQueueRequest Container for the necessary parameters to execute the CreateJobQueue service method.
Результат Amazon.Batch.Model.CreateJobQueueResponse
        public CreateJobQueueResponse CreateJobQueue(CreateJobQueueRequest request)
        {
            var marshaller = new CreateJobQueueRequestMarshaller();
            var unmarshaller = CreateJobQueueResponseUnmarshaller.Instance;

            return Invoke<CreateJobQueueRequest,CreateJobQueueResponse>(request, marshaller, unmarshaller);
        }