Amazon.AutoScaling.AmazonAutoScalingClient.ExitStandby C# (CSharp) 메소드

ExitStandby() 공개 메소드

Moves the specified instances out of 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 ExitStandby ( ExitStandbyRequest request ) : ExitStandbyResponse
request ExitStandbyRequest Container for the necessary parameters to execute the ExitStandby service method.
리턴 ExitStandbyResponse
        public ExitStandbyResponse ExitStandby(ExitStandbyRequest request)
        {
            var marshaller = new ExitStandbyRequestMarshaller();
            var unmarshaller = ExitStandbyResponseUnmarshaller.Instance;

            return Invoke<ExitStandbyRequest,ExitStandbyResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient