Amazon.GameLift.AmazonGameLiftClient.DescribeScalingPolicies C# (CSharp) Метод

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

Retrieves all scaling policies applied to a fleet.

To get a fleet's scaling policies, specify the fleet ID. You can filter this request by policy status, such as to retrieve only active scaling policies. Use the pagination parameters to retrieve results as a set of sequential pages. If successful, set of ScalingPolicy objects is returned for the fleet.

/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public DescribeScalingPolicies ( DescribeScalingPoliciesRequest request ) : DescribeScalingPoliciesResponse
request Amazon.GameLift.Model.DescribeScalingPoliciesRequest Container for the necessary parameters to execute the DescribeScalingPolicies service method.
Результат Amazon.GameLift.Model.DescribeScalingPoliciesResponse
        public DescribeScalingPoliciesResponse DescribeScalingPolicies(DescribeScalingPoliciesRequest request)
        {
            var marshaller = new DescribeScalingPoliciesRequestMarshaller();
            var unmarshaller = DescribeScalingPoliciesResponseUnmarshaller.Instance;

            return Invoke<DescribeScalingPoliciesRequest,DescribeScalingPoliciesResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient