C# Класс Amazon.ECR.TagStatus

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

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

Свойство Тип Описание
TAGGED TagStatus
UNTAGGED TagStatus

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

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

Finds the constant for the unique value.

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

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

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

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

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

Constant TAGGED for TagStatus
public static TagStatus,Amazon.ECR TAGGED
Результат TagStatus

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

Constant UNTAGGED for TagStatus
public static TagStatus,Amazon.ECR UNTAGGED
Результат TagStatus