C# Класс Amazon.ElasticBeanstalk.Model.RetrieveEnvironmentInfoRequest

Container for the parameters to the RetrieveEnvironmentInfo operation.

Retrieves the compiled information from a RequestEnvironmentInfo request.

Related Topics

  • RequestEnvironmentInfo
Наследование: Amazon.Runtime.AmazonWebServiceRequest
Показать файл Открыть проект Примеры использования класса

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

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

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

RetrieveEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System

Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties

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

Метод Описание
IsSetEnvironmentId ( ) : bool
IsSetEnvironmentName ( ) : bool
IsSetInfoType ( ) : bool

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

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

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

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

Instantiates RetrieveEnvironmentInfoRequest with the parameterized properties
public RetrieveEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System
infoType EnvironmentInfoType The type of information to retrieve.
Результат System