C# Класс Amazon.EC2.Model.DeleteDhcpOptionsRequest

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DeleteDhcpOptionsRequest ( ) : System

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

DeleteDhcpOptionsRequest ( string dhcpOptionsId ) : System

Instantiates DeleteDhcpOptionsRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetDhcpOptionsId ( ) : bool

Описание методов

DeleteDhcpOptionsRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDhcpOptionsRequest ( ) : System
Результат System

DeleteDhcpOptionsRequest() публичный Метод

Instantiates DeleteDhcpOptionsRequest with the parameterized properties
public DeleteDhcpOptionsRequest ( string dhcpOptionsId ) : System
dhcpOptionsId string The ID of the DHCP options set.
Результат System