Share via


StorageAccountProperties.GeoSecondaryRegion Property

 

Optional. Indicates the geographical region in which the storage account is being replicated. The GeoSecondaryRegion element is not returned if geo-replication is "off" for this account.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top