C# 클래스 Amazon.EC2.Model.DeletePlacementGroupRequest

Container for the parameters to the DeletePlacementGroup operation. Deletes the specified placement group. You must terminate all instances in the placement group before you can delete the placement group. For more information about placement groups and cluster instances, see Cluster Instances in the Amazon Elastic Compute Cloud User Guide.
상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeletePlacementGroupRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeletePlacementGroupRequest ( string groupName ) : System

Instantiates DeletePlacementGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetGroupName ( ) : bool

메소드 상세

DeletePlacementGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeletePlacementGroupRequest ( ) : System
리턴 System

DeletePlacementGroupRequest() 공개 메소드

Instantiates DeletePlacementGroupRequest with the parameterized properties
public DeletePlacementGroupRequest ( string groupName ) : System
groupName string The name of the placement group.
리턴 System