C# Класс Amazon.CodeDeploy.TriggerEventType

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

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

Свойство Тип Описание
DeploymentFailure TriggerEventType
DeploymentRollback TriggerEventType
DeploymentStart TriggerEventType
DeploymentStop TriggerEventType
DeploymentSuccess TriggerEventType
InstanceFailure TriggerEventType
InstanceStart TriggerEventType
InstanceSuccess TriggerEventType

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

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

Finds the constant for the unique value.

TriggerEventType ( 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 ) : TriggerEventType
value string The unique value for the constant
Результат TriggerEventType

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

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

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

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

Constant DeploymentFailure for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy DeploymentFailure
Результат TriggerEventType

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

Constant DeploymentRollback for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy DeploymentRollback
Результат TriggerEventType

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

Constant DeploymentStart for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy DeploymentStart
Результат TriggerEventType

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

Constant DeploymentStop for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy DeploymentStop
Результат TriggerEventType

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

Constant DeploymentSuccess for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy DeploymentSuccess
Результат TriggerEventType

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

Constant InstanceFailure for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy InstanceFailure
Результат TriggerEventType

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

Constant InstanceStart for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy InstanceStart
Результат TriggerEventType

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

Constant InstanceSuccess for TriggerEventType
public static TriggerEventType,Amazon.CodeDeploy InstanceSuccess
Результат TriggerEventType