C# Class Amazon.CloudFront.Model.Distribution

A distribution.

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
IsSetARN ( ) : bool
IsSetActiveTrustedSigners ( ) : bool
IsSetDistributionConfig ( ) : bool
IsSetDomainName ( ) : bool
IsSetId ( ) : bool
IsSetInProgressInvalidationBatches ( ) : bool
IsSetLastModifiedTime ( ) : bool
IsSetStatus ( ) : bool

Method Details

Distribution() public méthode

Empty constructor used to set properties independently even when a simple constructor is available
public Distribution ( ) : System
Résultat System

Distribution() public méthode

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.
Résultat System