GeoRegionNames Class

 

Specifies the available geo-region names.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.WebSites.Models.GeoRegionNames

Syntax

public static class GeoRegionNames
public ref class GeoRegionNames abstract sealed 
[<AbstractClass>]
[<Sealed>]
type GeoRegionNames = class end
Public NotInheritable Class GeoRegionNames

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static EastAsia

Specifies that the geo-region is EastAsia.

System_CAPS_pubfieldSystem_CAPS_static EastUS

Specifies that the geo-region is EastUS.

System_CAPS_pubfieldSystem_CAPS_static NorthCentralUS

Specifies that the geo-region is NorthCentralUS.

System_CAPS_pubfieldSystem_CAPS_static NorthEurope

Specifies that the geo-region is NorthEurope.

System_CAPS_pubfieldSystem_CAPS_static WestEurope

Specifies that the geo-region is WestEurope.

System_CAPS_pubfieldSystem_CAPS_static WestUS

Specifies that the geo-region is WestUS.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top