C# Класс Amazon.Lightsail.RegionName

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

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

Свойство Тип Описание
ApNortheast1 RegionName
ApNortheast2 RegionName
ApSouth1 RegionName
ApSoutheast1 RegionName
ApSoutheast2 RegionName
EuCentral1 RegionName
EuWest1 RegionName
UsEast1 RegionName
UsWest1 RegionName
UsWest2 RegionName

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

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

Finds the constant for the unique value.

RegionName ( 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 ) : RegionName
value string The unique value for the constant
Результат RegionName

RegionName() публичный метод

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

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

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

Constant ApNortheast1 for RegionName
public static RegionName,Amazon.Lightsail ApNortheast1
Результат RegionName

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

Constant ApNortheast2 for RegionName
public static RegionName,Amazon.Lightsail ApNortheast2
Результат RegionName

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

Constant ApSouth1 for RegionName
public static RegionName,Amazon.Lightsail ApSouth1
Результат RegionName

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

Constant ApSoutheast1 for RegionName
public static RegionName,Amazon.Lightsail ApSoutheast1
Результат RegionName

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

Constant ApSoutheast2 for RegionName
public static RegionName,Amazon.Lightsail ApSoutheast2
Результат RegionName

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

Constant EuCentral1 for RegionName
public static RegionName,Amazon.Lightsail EuCentral1
Результат RegionName

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

Constant EuWest1 for RegionName
public static RegionName,Amazon.Lightsail EuWest1
Результат RegionName

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

Constant UsEast1 for RegionName
public static RegionName,Amazon.Lightsail UsEast1
Результат RegionName

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

Constant UsWest1 for RegionName
public static RegionName,Amazon.Lightsail UsWest1
Результат RegionName

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

Constant UsWest2 for RegionName
public static RegionName,Amazon.Lightsail UsWest2
Результат RegionName