AWS SDK for .NET Documentation
CreateAutoScalingGroup Method (createAutoScalingGroupRequest)
AmazonAmazon.AutoScalingAmazonAutoScalingCreateAutoScalingGroup(CreateAutoScalingGroupRequest) Did this page help you?   Yes   No    Tell us about it...

Creates a new Auto Scaling group with the specified name and other attributes. When the creation request is completed, the Auto Scaling group is ready to be used in other calls.

NOTE: The Auto Scaling group name must be unique within the scope of your AWS account.

Declaration Syntax
C#
CreateAutoScalingGroupResponse CreateAutoScalingGroup(
	CreateAutoScalingGroupRequest createAutoScalingGroupRequest
)
Parameters
createAutoScalingGroupRequest (CreateAutoScalingGroupRequest)
Container for the necessary parameters to execute the CreateAutoScalingGroup service method on AmazonAutoScaling.
Exceptions

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)