C# Класс Amazon.CloudFront.EventType

Constants used for properties of type EventType.
Наследование: ConstantClass
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
OriginRequest EventType
OriginResponse EventType
ViewerRequest EventType
ViewerResponse EventType

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

Метод Описание
EventType ( string value ) : System

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

FindValue ( string value ) : EventType

Finds the constant for the unique value.

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

EventType() публичный метод

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.
public EventType ( string value ) : System
value string
Результат System

FindValue() публичный статический метод

Finds the constant for the unique value.
public static FindValue ( string value ) : EventType
value string The unique value for the constant
Результат EventType

Описание свойств

OriginRequest публичное статическое свойство

Constant OriginRequest for EventType
public static EventType,Amazon.CloudFront OriginRequest
Результат EventType

OriginResponse публичное статическое свойство

Constant OriginResponse for EventType
public static EventType,Amazon.CloudFront OriginResponse
Результат EventType

ViewerRequest публичное статическое свойство

Constant ViewerRequest for EventType
public static EventType,Amazon.CloudFront ViewerRequest
Результат EventType

ViewerResponse публичное статическое свойство

Constant ViewerResponse for EventType
public static EventType,Amazon.CloudFront ViewerResponse
Результат EventType