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

A distribution.

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
Distribution ( ) : System

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

Distribution ( string id, string status, string domainName ) : System

Instantiates Distribution with the parameterized properties

비공개 메소드들

메소드 설명
IsSetARN ( ) : bool
IsSetActiveTrustedSigners ( ) : bool
IsSetDistributionConfig ( ) : bool
IsSetDomainName ( ) : bool
IsSetId ( ) : bool
IsSetInProgressInvalidationBatches ( ) : bool
IsSetLastModifiedTime ( ) : bool
IsSetStatus ( ) : bool

메소드 상세

Distribution() 공개 메소드

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

Distribution() 공개 메소드

Instantiates Distribution with the parameterized properties
public Distribution ( string id, string status, string domainName ) : System
id string The identifier for the distribution. For example: EDFDVBD632BHDS5.
status string This response element indicates the current status of the distribution. When the status is Deployed, the distribution's information is fully propagated to all CloudFront edge locations.
domainName string The domain name corresponding to the distribution. For example: d604721fxaaqy9.cloudfront.net.
리턴 System