C# Класс Amazon.ECS.AgentUpdateStatus

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

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

Свойство Тип Описание
FAILED AgentUpdateStatus
PENDING AgentUpdateStatus
STAGED AgentUpdateStatus
STAGING AgentUpdateStatus
UPDATED AgentUpdateStatus
UPDATING AgentUpdateStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant FAILED for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS FAILED
Результат AgentUpdateStatus

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

Constant PENDING for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS PENDING
Результат AgentUpdateStatus

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

Constant STAGED for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS STAGED
Результат AgentUpdateStatus

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

Constant STAGING for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS STAGING
Результат AgentUpdateStatus

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

Constant UPDATED for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS UPDATED
Результат AgentUpdateStatus

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

Constant UPDATING for AgentUpdateStatus
public static AgentUpdateStatus,Amazon.ECS UPDATING
Результат AgentUpdateStatus