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

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

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

Свойство Тип Описание
ImageNotFound ImageFailureCode
ImageTagDoesNotMatchDigest ImageFailureCode
InvalidImageDigest ImageFailureCode
InvalidImageTag ImageFailureCode
MissingDigestAndTag ImageFailureCode

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

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

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

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

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

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

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

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