StorageServiceProperties.GeoReplicationEnabled Property

Gets or sets whether the data in the storage account is replicated across more than one geographic location.

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 Boolean

value = instance.GeoReplicationEnabled

instance.GeoReplicationEnabled = value

Syntax

'Declaration
Public Property GeoReplicationEnabled As Boolean
public bool GeoReplicationEnabled { get; set; }
public:
property bool GeoReplicationEnabled {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_GeoReplicationEnabled ()

/** @property */
public void set_GeoReplicationEnabled (boolean value)
public function get GeoReplicationEnabled () : boolean

public function set GeoReplicationEnabled (value : boolean)

Property Value

true if the data is replicated; otherwise, false.

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