Amazon.AutoScaling.AmazonAutoScalingClient.ExecutePolicy C# (CSharp) Метод

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

Executes the specified policy.
/// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). /// /// The operation can't be performed because there are scaling activities in progress. ///
public ExecutePolicy ( ExecutePolicyRequest request ) : ExecutePolicyResponse
request ExecutePolicyRequest Container for the necessary parameters to execute the ExecutePolicy service method.
Результат ExecutePolicyResponse
        public ExecutePolicyResponse ExecutePolicy(ExecutePolicyRequest request)
        {
            var marshaller = new ExecutePolicyRequestMarshaller();
            var unmarshaller = ExecutePolicyResponseUnmarshaller.Instance;

            return Invoke<ExecutePolicyRequest,ExecutePolicyResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient