C# Class Amazon.ElasticBeanstalk.EnvironmentStatus

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

Méthodes publiques

Свойство Type Description
Launching EnvironmentStatus
Ready EnvironmentStatus
Terminated EnvironmentStatus
Terminating EnvironmentStatus
Updating EnvironmentStatus

Méthodes publiques

Méthode Description
EnvironmentStatus ( 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 ) : EnvironmentStatus

Finds the constant for the unique value.

Method Details

EnvironmentStatus() 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 EnvironmentStatus ( 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 ) : EnvironmentStatus
value string The unique value for the constant
Résultat EnvironmentStatus

Property Details

Launching public_oe static_oe property

Constant Launching for EnvironmentStatus
public static EnvironmentStatus,Amazon.ElasticBeanstalk Launching
Résultat EnvironmentStatus

Ready public_oe static_oe property

Constant Ready for EnvironmentStatus
public static EnvironmentStatus,Amazon.ElasticBeanstalk Ready
Résultat EnvironmentStatus

Terminated public_oe static_oe property

Constant Terminated for EnvironmentStatus
public static EnvironmentStatus,Amazon.ElasticBeanstalk Terminated
Résultat EnvironmentStatus

Terminating public_oe static_oe property

Constant Terminating for EnvironmentStatus
public static EnvironmentStatus,Amazon.ElasticBeanstalk Terminating
Résultat EnvironmentStatus

Updating public_oe static_oe property

Constant Updating for EnvironmentStatus
public static EnvironmentStatus,Amazon.ElasticBeanstalk Updating
Résultat EnvironmentStatus