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
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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