C# Class Amazon.DirectoryService.TrustState

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

Méthodes publiques

Свойство Type Description
Created TrustState
Creating TrustState
Deleted TrustState
Deleting TrustState
Failed TrustState
Verified TrustState
VerifyFailed TrustState
Verifying TrustState

Méthodes publiques

Méthode Description
FindValue ( string value ) : TrustState

Finds the constant for the unique value.

TrustState ( 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.

Method Details

FindValue() public static méthode

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

TrustState() 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 TrustState ( string value ) : System
value string
Résultat System

Property Details

Created public_oe static_oe property

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

Creating public_oe static_oe property

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

Deleted public_oe static_oe property

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

Deleting public_oe static_oe property

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

Failed public_oe static_oe property

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

Verified public_oe static_oe property

Constant Verified for TrustState
public static TrustState,Amazon.DirectoryService Verified
Résultat TrustState

VerifyFailed public_oe static_oe property

Constant VerifyFailed for TrustState
public static TrustState,Amazon.DirectoryService VerifyFailed
Résultat TrustState

Verifying public_oe static_oe property

Constant Verifying for TrustState
public static TrustState,Amazon.DirectoryService Verifying
Résultat TrustState