C# Class Amazon.ElasticBeanstalk.EventSeverity

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

Méthodes publiques

Свойство Type Description
DEBUG EventSeverity
ERROR EventSeverity
FATAL EventSeverity
INFO EventSeverity
TRACE EventSeverity
WARN EventSeverity

Méthodes publiques

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

Finds the constant for the unique value.

Method Details

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

Property Details

DEBUG public_oe static_oe property

Constant DEBUG for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk DEBUG
Résultat EventSeverity

ERROR public_oe static_oe property

Constant ERROR for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk ERROR
Résultat EventSeverity

FATAL public_oe static_oe property

Constant FATAL for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk FATAL
Résultat EventSeverity

INFO public_oe static_oe property

Constant INFO for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk INFO
Résultat EventSeverity

TRACE public_oe static_oe property

Constant TRACE for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk TRACE
Résultat EventSeverity

WARN public_oe static_oe property

Constant WARN for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk WARN
Résultat EventSeverity