C# Класс Amazon.ApplicationDiscoveryService.ConfigurationItemType

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

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

Свойство Тип Описание
APPLICATION ConfigurationItemType
CONNECTION ConfigurationItemType
PROCESS ConfigurationItemType
SERVER ConfigurationItemType

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

Метод Описание
ConfigurationItemType ( 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 ) : ConfigurationItemType

Finds the constant for the unique value.

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

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

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 ConfigurationItemType ( string value ) : System
value string
Результат System

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

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

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

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

Constant APPLICATION for ConfigurationItemType
public static ConfigurationItemType,Amazon.ApplicationDiscoveryService APPLICATION
Результат ConfigurationItemType

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

Constant CONNECTION for ConfigurationItemType
public static ConfigurationItemType,Amazon.ApplicationDiscoveryService CONNECTION
Результат ConfigurationItemType

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

Constant PROCESS for ConfigurationItemType
public static ConfigurationItemType,Amazon.ApplicationDiscoveryService PROCESS
Результат ConfigurationItemType

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

Constant SERVER for ConfigurationItemType
public static ConfigurationItemType,Amazon.ApplicationDiscoveryService SERVER
Результат ConfigurationItemType