Share via


GeoRegionNames Class

 

Specifies the geographical region in which a storage account exists.

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Storage.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 storage account exists in the East Asia region.

System_CAPS_pubfieldSystem_CAPS_static NorthCentralUS

Specifies that the storage account exists in the North Central US region.

System_CAPS_pubfieldSystem_CAPS_static NorthEurope

Specifies that the storage account exists in the North Europe region.

System_CAPS_pubfieldSystem_CAPS_static SouthCentralUS

Specifies that the storage account exists in the South Central US region.

System_CAPS_pubfieldSystem_CAPS_static SoutheastAsia

Specifies that the storage account exists in the Southeast Asia region.

System_CAPS_pubfieldSystem_CAPS_static WestEurope

Specifies that the storage account exists in the West Europe region.

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.Storage.Models Namespace

Return to top