StorageAccountCreateParameters.GeoReplicationEnabled Property

Gets or sets whether a storage account is created with geo-replication enabled.

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

Usage

'Usage
Dim instance As StorageAccountCreateParameters
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 storage account is created with geo-replication enabled; otherwise, false.

Remarks

The default value is true. If set to true, the data in the storage account is replicated across more than one geographic location so as to enable resilience in the face of catastrophic service loss.

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

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