StorageServiceProperties.GeoPrimaryRegion Property

Gets or sets the primary geographical region in which the storage account exists.

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

Usage

'Usage
Dim instance As StorageServiceProperties
Dim value As String

value = instance.GeoPrimaryRegion

instance.GeoPrimaryRegion = value

Syntax

'Declaration
Public Property GeoPrimaryRegion As String
public string GeoPrimaryRegion { get; set; }
public:
property String^ GeoPrimaryRegion {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_GeoPrimaryRegion ()

/** @property */
public void set_GeoPrimaryRegion (String value)
public function get GeoPrimaryRegion () : String

public function set GeoPrimaryRegion (value : String)

Property Value

The primary geographical 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.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

StorageServiceProperties Class
StorageServiceProperties Members
Microsoft.WindowsAzure.Management.Storage.Models Namespace