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

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

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

Свойство Тип Описание
DELETE Method
GET Method
HEAD Method
OPTIONS Method
PATCH Method
POST Method
PUT Method

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

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

Finds the constant for the unique value.

Method ( 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() публичный статический Метод

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

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

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 Method ( string value ) : System
value string
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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