C# Класс Amazon.EC2.BatchState

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

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

Свойство Тип Описание
Active BatchState
Cancelled BatchState
Cancelled_running BatchState
Cancelled_terminating BatchState
Failed BatchState
Modifying BatchState
Submitted BatchState

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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