C# Класс Amazon.AppStream.ImageState

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

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

Свойство Тип Описание
AVAILABLE ImageState
DELETING ImageState
FAILED ImageState
PENDING ImageState

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

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

Finds the constant for the unique value.

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

ImageState() публичный метод

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

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

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

Constant AVAILABLE for ImageState
public static ImageState,Amazon.AppStream AVAILABLE
Результат ImageState

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

Constant DELETING for ImageState
public static ImageState,Amazon.AppStream DELETING
Результат ImageState

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

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

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

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