C# 클래스 Amazon.CloudFront.Model.DeleteDistributionRequest

Container for the parameters to the DeleteDistribution operation. Delete a distribution.
상속: AmazonCloudFrontRequest
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
DeleteDistributionRequest ( ) : System

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

DeleteDistributionRequest ( string id, string ifMatch ) : System

Instantiates DeleteDistributionRequest with the parameterized properties

비공개 메소드들

메소드 설명
IsSetId ( ) : bool
IsSetIfMatch ( ) : bool

메소드 상세

DeleteDistributionRequest() 공개 메소드

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

DeleteDistributionRequest() 공개 메소드

Instantiates DeleteDistributionRequest with the parameterized properties
public DeleteDistributionRequest ( string id, string ifMatch ) : System
id string The distribution ID.
ifMatch string The value of the ETag header that you received when you disabled the distribution. For example: E2QWRUHAPOMQZL.
리턴 System