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

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

Sets the size of the specified Auto Scaling group.

For more information about desired capacity, see What Is Auto Scaling? in the Auto Scaling User Guide.

/// 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 SetDesiredCapacity ( SetDesiredCapacityRequest request ) : SetDesiredCapacityResponse
request SetDesiredCapacityRequest Container for the necessary parameters to execute the SetDesiredCapacity service method.
Результат SetDesiredCapacityResponse
        public SetDesiredCapacityResponse SetDesiredCapacity(SetDesiredCapacityRequest request)
        {
            var marshaller = new SetDesiredCapacityRequestMarshaller();
            var unmarshaller = SetDesiredCapacityResponseUnmarshaller.Instance;

            return Invoke<SetDesiredCapacityRequest,SetDesiredCapacityResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient