C# Класс Amazon.ElasticBeanstalk.EventSeverity

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

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

Свойство Тип Описание
DEBUG EventSeverity
ERROR EventSeverity
FATAL EventSeverity
INFO EventSeverity
TRACE EventSeverity
WARN EventSeverity

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

Метод Описание
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.

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

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

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
Результат System

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

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

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

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

Constant DEBUG for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk DEBUG
Результат EventSeverity

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

Constant ERROR for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk ERROR
Результат EventSeverity

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

Constant FATAL for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk FATAL
Результат EventSeverity

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

Constant INFO for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk INFO
Результат EventSeverity

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

Constant TRACE for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk TRACE
Результат EventSeverity

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

Constant WARN for EventSeverity
public static EventSeverity,Amazon.ElasticBeanstalk WARN
Результат EventSeverity