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
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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