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

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

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

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

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

DisassociateAddressRequest ( string publicIp ) : System

Instantiates DisassociateAddressRequest with the parameterized properties

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

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

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

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

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

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

Instantiates DisassociateAddressRequest with the parameterized properties
public DisassociateAddressRequest ( string publicIp ) : System
publicIp string [EC2-Classic] The Elastic IP address. Required for EC2-Classic.
Результат System