C# Class Amazon.AutoScaling.Model.DeleteAutoScalingGroupRequest

Container for the parameters to the DeleteAutoScalingGroup operation.

Deletes the specified Auto Scaling group if the group has no instances and no scaling activities in progress.

NOTE: To remove all instances before calling DeleteAutoScalingGroup, you can call UpdateAutoScalingGroup to set the minimum and maximum size of the AutoScalingGroup to zero.

Inheritance: AmazonAutoScalingRequest
Show file Open project: scopely/aws-sdk-net Class Usage Examples

Private Methods

Method Description
IsSetAutoScalingGroupName ( ) : bool
IsSetForceDelete ( ) : bool