C# Класс Amazon.Snowball.JobState

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

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

Свойство Тип Описание
Cancelled JobState
Complete JobState
InProgress JobState
InTransitToAWS JobState
InTransitToCustomer JobState
Listing JobState
New JobState
Pending JobState
PreparingAppliance JobState
PreparingShipment JobState
WithAWS JobState
WithCustomer JobState

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

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

Finds the constant for the unique value.

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

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

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

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

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

Constant Cancelled for JobState
public static JobState,Amazon.Snowball Cancelled
Результат JobState

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

Constant Complete for JobState
public static JobState,Amazon.Snowball Complete
Результат JobState

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

Constant InProgress for JobState
public static JobState,Amazon.Snowball InProgress
Результат JobState

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

Constant InTransitToAWS for JobState
public static JobState,Amazon.Snowball InTransitToAWS
Результат JobState

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

Constant InTransitToCustomer for JobState
public static JobState,Amazon.Snowball InTransitToCustomer
Результат JobState

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

Constant Listing for JobState
public static JobState,Amazon.Snowball Listing
Результат JobState

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

Constant New for JobState
public static JobState,Amazon.Snowball New
Результат JobState

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

Constant Pending for JobState
public static JobState,Amazon.Snowball Pending
Результат JobState

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

Constant PreparingAppliance for JobState
public static JobState,Amazon.Snowball PreparingAppliance
Результат JobState

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

Constant PreparingShipment for JobState
public static JobState,Amazon.Snowball PreparingShipment
Результат JobState

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

Constant WithAWS for JobState
public static JobState,Amazon.Snowball WithAWS
Результат JobState

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

Constant WithCustomer for JobState
public static JobState,Amazon.Snowball WithCustomer
Результат JobState