SnapshotRestoreRequest.UseDRSecondary Property

Definition

Gets or sets if true, the snapshot is retrieved from DRSecondary endpoint.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.useDRSecondary")]
public bool? UseDRSecondary { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.useDRSecondary")>]
member this.UseDRSecondary : Nullable<bool> with get, set
Public Property UseDRSecondary As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to