Share via


StorageAccountProperties.GeoPrimaryRegion Property

 

Optional. Indicates the primary geographical region in which the storage account exists at this time.

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

Syntax

public string GeoPrimaryRegion { get; set; }
public:
property String^ GeoPrimaryRegion {
    String^ get();
    void set(String^ value);
}
member GeoPrimaryRegion : string with get, set
Public Property GeoPrimaryRegion As String

Property Value

Type: System.String

See Also

StorageAccountProperties Class
Microsoft.WindowsAzure.Management.Storage.Models Namespace

Return to top