C# Class Amazon.DirectoryService.DirectoryStage

Constants used for properties of type DirectoryStage.
Inheritance: ConstantClass
Afficher le fichier Open project: aws/aws-sdk-net

Méthodes publiques

Свойство Type Description
Active DirectoryStage
Created DirectoryStage
Creating DirectoryStage
Deleted DirectoryStage
Deleting DirectoryStage
Failed DirectoryStage
Impaired DirectoryStage
Inoperable DirectoryStage
Requested DirectoryStage
RestoreFailed DirectoryStage
Restoring DirectoryStage

Méthodes publiques

Méthode Description
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.

Method Details

DirectoryStage() public méthode

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
Résultat System

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : DirectoryStage
value string The unique value for the constant
Résultat DirectoryStage

Property Details

Active public_oe static_oe property

Constant Active for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Active
Résultat DirectoryStage

Created public_oe static_oe property

Constant Created for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Created
Résultat DirectoryStage

Creating public_oe static_oe property

Constant Creating for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Creating
Résultat DirectoryStage

Deleted public_oe static_oe property

Constant Deleted for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Deleted
Résultat DirectoryStage

Deleting public_oe static_oe property

Constant Deleting for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Deleting
Résultat DirectoryStage

Failed public_oe static_oe property

Constant Failed for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Failed
Résultat DirectoryStage

Impaired public_oe static_oe property

Constant Impaired for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Impaired
Résultat DirectoryStage

Inoperable public_oe static_oe property

Constant Inoperable for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Inoperable
Résultat DirectoryStage

Requested public_oe static_oe property

Constant Requested for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Requested
Résultat DirectoryStage

RestoreFailed public_oe static_oe property

Constant RestoreFailed for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService RestoreFailed
Résultat DirectoryStage

Restoring public_oe static_oe property

Constant Restoring for DirectoryStage
public static DirectoryStage,Amazon.DirectoryService Restoring
Résultat DirectoryStage