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 | |
---|---|---|
EastAsia | Specifies that the storage account exists in the East Asia region. |
|
NorthCentralUS | Specifies that the storage account exists in the North Central US region. |
|
NorthEurope | Specifies that the storage account exists in the North Europe region. |
|
SouthCentralUS | Specifies that the storage account exists in the South Central US region. |
|
SoutheastAsia | Specifies that the storage account exists in the Southeast Asia region. |
|
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