Amazon.Batch.AmazonBatchClient.DescribeComputeEnvironments C# (CSharp) Méthode

DescribeComputeEnvironments() public méthode

Describes one or more of your compute environments.

If you are using an unmanaged compute environment, you can use the DescribeComputeEnvironment operation to determine the ecsClusterArn that you should launch your Amazon ECS container instances into.

/// 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 DescribeComputeEnvironments ( DescribeComputeEnvironmentsRequest request ) : DescribeComputeEnvironmentsResponse
request Amazon.Batch.Model.DescribeComputeEnvironmentsRequest Container for the necessary parameters to execute the DescribeComputeEnvironments service method.
Résultat Amazon.Batch.Model.DescribeComputeEnvironmentsResponse
        public DescribeComputeEnvironmentsResponse DescribeComputeEnvironments(DescribeComputeEnvironmentsRequest request)
        {
            var marshaller = new DescribeComputeEnvironmentsRequestMarshaller();
            var unmarshaller = DescribeComputeEnvironmentsResponseUnmarshaller.Instance;

            return Invoke<DescribeComputeEnvironmentsRequest,DescribeComputeEnvironmentsResponse>(request, marshaller, unmarshaller);
        }