C# 클래스 Amazon.CloudWatchLogs.Model.DeleteLogGroupRequest

Container for the parameters to the DeleteLogGroup operation. Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
상속: AmazonCloudWatchLogsRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteLogGroupRequest ( ) : System

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

DeleteLogGroupRequest ( string logGroupName ) : System

Instantiates DeleteLogGroupRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetLogGroupName ( ) : bool

메소드 상세

DeleteLogGroupRequest() 공개 메소드

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteLogGroupRequest ( ) : System
리턴 System

DeleteLogGroupRequest() 공개 메소드

Instantiates DeleteLogGroupRequest with the parameterized properties
public DeleteLogGroupRequest ( string logGroupName ) : System
logGroupName string The name of the log group.
리턴 System