C# Класс Amazon.ApplicationAutoScaling.ServiceNamespace

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

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

Свойство Тип Описание
Ec2 ServiceNamespace
Ecs ServiceNamespace
Elasticmapreduce ServiceNamespace

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

Метод Описание
FindValue ( string value ) : ServiceNamespace

Finds the constant for the unique value.

ServiceNamespace ( 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() публичный статический Метод

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

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

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

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

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

Constant Ec2 for ServiceNamespace
public static ServiceNamespace,Amazon.ApplicationAutoScaling Ec2
Результат ServiceNamespace

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

Constant Ecs for ServiceNamespace
public static ServiceNamespace,Amazon.ApplicationAutoScaling Ecs
Результат ServiceNamespace

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

Constant Elasticmapreduce for ServiceNamespace
public static ServiceNamespace,Amazon.ApplicationAutoScaling Elasticmapreduce
Результат ServiceNamespace