C# Класс Amazon.Batch.CRType

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

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

Свойство Тип Описание
EC2 CRType
SPOT CRType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant EC2 for CRType
public static CRType,Amazon.Batch EC2
Результат CRType

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

Constant SPOT for CRType
public static CRType,Amazon.Batch SPOT
Результат CRType