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
Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
IsSetSubnetId ( ) : bool

Method Details

DeleteSubnetRequest() public méthode

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

DeleteSubnetRequest() public méthode

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