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

Container for the parameters to the DeleteCloudFrontOriginAccessIdentity operation.

Delete an origin access identity.

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

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

Метод Описание
DeleteCloudFrontOriginAccessIdentityRequest ( ) : System

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

DeleteCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch ) : System

Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties

Приватные методы

Метод Описание
IsSetId ( ) : bool
IsSetIfMatch ( ) : bool

Описание методов

DeleteCloudFrontOriginAccessIdentityRequest() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteCloudFrontOriginAccessIdentityRequest ( ) : System
Результат System

DeleteCloudFrontOriginAccessIdentityRequest() публичный Метод

Instantiates DeleteCloudFrontOriginAccessIdentityRequest with the parameterized properties
public DeleteCloudFrontOriginAccessIdentityRequest ( string id, string ifMatch ) : System
id string The origin access identity's ID.
ifMatch string The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.
Результат System