Freigeben über


DatabaseAccountCreateUpdateParameters.EnableAutomaticFailover Eigenschaft

Definition

Ruft ab oder legt fest, wird das automatische Failover der Schreibregion in dem seltenen Fall aktiviert, dass die Region aufgrund eines Ausfalls nicht verfügbar ist. Das automatische Failover führt zu einer neuen Schreibregion für das Konto und wird basierend auf den für das Konto konfigurierten Failoverprioritäten ausgewählt.

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

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: