C# Class Amazon.Lightsail.RegionName

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

Méthodes publiques

Свойство Type Description
ApNortheast1 RegionName
ApNortheast2 RegionName
ApSouth1 RegionName
ApSoutheast1 RegionName
ApSoutheast2 RegionName
EuCentral1 RegionName
EuWest1 RegionName
UsEast1 RegionName
UsWest1 RegionName
UsWest2 RegionName

Méthodes publiques

Méthode Description
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.

Method Details

FindValue() public static méthode

Finds the constant for the unique value.
public static FindValue ( string value ) : RegionName
value string The unique value for the constant
Résultat RegionName

RegionName() 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 RegionName ( string value ) : System
value string
Résultat System

Property Details

ApNortheast1 public_oe static_oe property

Constant ApNortheast1 for RegionName
public static RegionName,Amazon.Lightsail ApNortheast1
Résultat RegionName

ApNortheast2 public_oe static_oe property

Constant ApNortheast2 for RegionName
public static RegionName,Amazon.Lightsail ApNortheast2
Résultat RegionName

ApSouth1 public_oe static_oe property

Constant ApSouth1 for RegionName
public static RegionName,Amazon.Lightsail ApSouth1
Résultat RegionName

ApSoutheast1 public_oe static_oe property

Constant ApSoutheast1 for RegionName
public static RegionName,Amazon.Lightsail ApSoutheast1
Résultat RegionName

ApSoutheast2 public_oe static_oe property

Constant ApSoutheast2 for RegionName
public static RegionName,Amazon.Lightsail ApSoutheast2
Résultat RegionName

EuCentral1 public_oe static_oe property

Constant EuCentral1 for RegionName
public static RegionName,Amazon.Lightsail EuCentral1
Résultat RegionName

EuWest1 public_oe static_oe property

Constant EuWest1 for RegionName
public static RegionName,Amazon.Lightsail EuWest1
Résultat RegionName

UsEast1 public_oe static_oe property

Constant UsEast1 for RegionName
public static RegionName,Amazon.Lightsail UsEast1
Résultat RegionName

UsWest1 public_oe static_oe property

Constant UsWest1 for RegionName
public static RegionName,Amazon.Lightsail UsWest1
Résultat RegionName

UsWest2 public_oe static_oe property

Constant UsWest2 for RegionName
public static RegionName,Amazon.Lightsail UsWest2
Résultat RegionName