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

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

Moves the specified instances into Standby mode.

For more information, see Auto Scaling Lifecycle 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). ///
public EnterStandby ( EnterStandbyRequest request ) : EnterStandbyResponse
request EnterStandbyRequest Container for the necessary parameters to execute the EnterStandby service method.
Результат EnterStandbyResponse
        public EnterStandbyResponse EnterStandby(EnterStandbyRequest request)
        {
            var marshaller = new EnterStandbyRequestMarshaller();
            var unmarshaller = EnterStandbyResponseUnmarshaller.Instance;

            return Invoke<EnterStandbyRequest,EnterStandbyResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient