C# Класс Amazon.DirectoryService.DirectoryStage

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

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

Свойство Тип Описание
Active DirectoryStage
Created DirectoryStage
Creating DirectoryStage
Deleted DirectoryStage
Deleting DirectoryStage
Failed DirectoryStage
Impaired DirectoryStage
Inoperable DirectoryStage
Requested DirectoryStage
RestoreFailed DirectoryStage
Restoring DirectoryStage

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

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

Finds the constant for the unique value.

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

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

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

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

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

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

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

Constant Active for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Active
Результат DirectoryStage

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

Constant Created for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Created
Результат DirectoryStage

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

Constant Creating for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Creating
Результат DirectoryStage

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

Constant Deleted for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Deleted
Результат DirectoryStage

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

Constant Deleting for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Deleting
Результат DirectoryStage

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

Constant Failed for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Failed
Результат DirectoryStage

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

Constant Impaired for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Impaired
Результат DirectoryStage

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

Constant Inoperable for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Inoperable
Результат DirectoryStage

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

Constant Requested for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Requested
Результат DirectoryStage

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

Constant RestoreFailed for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService RestoreFailed
Результат DirectoryStage

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

Constant Restoring for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Restoring
Результат DirectoryStage