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

Container for the parameters to the DeleteSubnet operation.

Deletes the specified subnet. You must terminate all running instances in the subnet before you can delete the subnet.

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteSubnetRequest ( ) : System

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

DeleteSubnetRequest ( string subnetId ) : System

Instantiates DeleteSubnetRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetSubnetId ( ) : bool

메소드 상세

DeleteSubnetRequest() 공개 메소드

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

DeleteSubnetRequest() 공개 메소드

Instantiates DeleteSubnetRequest with the parameterized properties
public DeleteSubnetRequest ( string subnetId ) : System
subnetId string The ID of the subnet.
리턴 System