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

Container for the parameters to the DeleteDistribution operation. Delete a distribution.
Наследование: AmazonCloudFrontRequest
Показать файл Открыть проект Примеры использования класса

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

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