C# Класс Amazon.CloudFront.Model.Distribution

A distribution.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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