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

Container for the parameters to the RequestEnvironmentInfo operation.

Initiates a request to compile the specified type of information of the deployed environment.

Setting the InfoType to tail compiles the last lines from the application server log files of every Amazon EC2 instance in your environment. Use RetrieveEnvironmentInfo to access the compiled information.

Related Topics

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

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

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

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

RequestEnvironmentInfoRequest ( EnvironmentInfoType infoType ) : System

Instantiates RequestEnvironmentInfoRequest with the parameterized properties

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

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

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

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

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

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

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