C# Class 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.

Inheritance: AmazonEC2Request
显示文件 Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
IsSetSubnetId ( ) : bool

Method Details

DeleteSubnetRequest() public method

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

DeleteSubnetRequest() public method

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