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

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

Updates the instance protection settings of the specified instances.

For more information, see Instance Protection in the Auto Scaling User Guide.

/// You have already reached a limit for your Auto Scaling resources (for example, groups, /// launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits. /// /// You already have a pending update to an Auto Scaling resource (for example, a group, /// instance, or load balancer). ///
public SetInstanceProtection ( SetInstanceProtectionRequest request ) : SetInstanceProtectionResponse
request SetInstanceProtectionRequest Container for the necessary parameters to execute the SetInstanceProtection service method.
Результат SetInstanceProtectionResponse
        public SetInstanceProtectionResponse SetInstanceProtection(SetInstanceProtectionRequest request)
        {
            var marshaller = new SetInstanceProtectionRequestMarshaller();
            var unmarshaller = SetInstanceProtectionResponseUnmarshaller.Instance;

            return Invoke<SetInstanceProtectionRequest,SetInstanceProtectionResponse>(request, marshaller, unmarshaller);
        }
AmazonAutoScalingClient