Share via


GeoReplicationStats.Status Property

Definition

Gets the status of the secondary location. Possible values are: - Live: Indicates that the secondary location is active and operational. - Bootstrap: Indicates initial synchronization from the primary location to the secondary location is in progress.This typically occurs when replication is first enabled. - Unavailable: Indicates that the secondary location is temporarily unavailable. Possible values include: 'Live', 'Bootstrap', 'Unavailable'

[Newtonsoft.Json.JsonProperty(PropertyName="status")]
public Microsoft.Azure.Management.Storage.Fluent.Models.GeoReplicationStatus Status { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="status")>]
member this.Status : Microsoft.Azure.Management.Storage.Fluent.Models.GeoReplicationStatus
Public ReadOnly Property Status As GeoReplicationStatus

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to