StorageServiceProperties.GeoSecondaryRegion Property

Gets or sets the geographical region in which the storage account is being replicated.

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.GeoSecondaryRegion

instance.GeoSecondaryRegion = value

Syntax

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

/** @property */
public void set_GeoSecondaryRegion (String value)
public function get GeoSecondaryRegion () : String

public function set GeoSecondaryRegion (value : String)

Property Value

The 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 and Windows Server 2008

Target Platforms

See Also

Reference

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