C# Класс Amazon.ElasticBeanstalk.FailureType

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

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

Свойство Тип Описание
CancellationFailed FailureType
InternalFailure FailureType
InvalidEnvironmentState FailureType
PermissionsError FailureType
RollbackFailed FailureType
RollbackSuccessful FailureType
UpdateCancelled FailureType

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant CancellationFailed for FailureType
public static FailureType,Amazon.ElasticBeanstalk CancellationFailed
Результат FailureType

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

Constant InternalFailure for FailureType
public static FailureType,Amazon.ElasticBeanstalk InternalFailure
Результат FailureType

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

Constant InvalidEnvironmentState for FailureType
public static FailureType,Amazon.ElasticBeanstalk InvalidEnvironmentState
Результат FailureType

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

Constant PermissionsError for FailureType
public static FailureType,Amazon.ElasticBeanstalk PermissionsError
Результат FailureType

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

Constant RollbackFailed for FailureType
public static FailureType,Amazon.ElasticBeanstalk RollbackFailed
Результат FailureType

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

Constant RollbackSuccessful for FailureType
public static FailureType,Amazon.ElasticBeanstalk RollbackSuccessful
Результат FailureType

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

Constant UpdateCancelled for FailureType
public static FailureType,Amazon.ElasticBeanstalk UpdateCancelled
Результат FailureType