Share via


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
EastAsia

Specifies that the geo-region is EastAsia.

EastUS

Specifies that the geo-region is EastUS.

NorthCentralUS

Specifies that the geo-region is NorthCentralUS.

NorthEurope

Specifies that the geo-region is NorthEurope.

WestEurope

Specifies that the geo-region is WestEurope.

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