DatabaseUpdate.HighAvailabilityReplicaCount Property

Definition

Gets or sets the number of secondary replicas associated with the database that are used to provide high availability. Not applicable to a Hyperscale database within an elastic pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.highAvailabilityReplicaCount")]
public int? HighAvailabilityReplicaCount { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.highAvailabilityReplicaCount")>]
member this.HighAvailabilityReplicaCount : Nullable<int> with get, set
Public Property HighAvailabilityReplicaCount As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to