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

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

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

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

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

ReleaseAddressRequest ( string publicIp ) : System

Instantiates ReleaseAddressRequest with the parameterized properties

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

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

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

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

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

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

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