C# Класс Amazon.ElasticMapReduce.ActionOnFailure

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

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

Свойство Тип Описание
CANCEL_AND_WAIT ActionOnFailure
CONTINUE ActionOnFailure
TERMINATE_CLUSTER ActionOnFailure
TERMINATE_JOB_FLOW ActionOnFailure

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant CANCEL_AND_WAIT for ActionOnFailure
public static ActionOnFailure,Amazon.ElasticMapReduce CANCEL_AND_WAIT
Результат ActionOnFailure

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

Constant CONTINUE for ActionOnFailure
public static ActionOnFailure,Amazon.ElasticMapReduce CONTINUE
Результат ActionOnFailure

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

Constant TERMINATE_CLUSTER for ActionOnFailure
public static ActionOnFailure,Amazon.ElasticMapReduce TERMINATE_CLUSTER
Результат ActionOnFailure

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

Constant TERMINATE_JOB_FLOW for ActionOnFailure
public static ActionOnFailure,Amazon.ElasticMapReduce TERMINATE_JOB_FLOW
Результат ActionOnFailure