次の方法で共有


FailoverPolicy.FailoverPriority プロパティ

定義

リージョンのフェールオーバー優先度を取得または設定します。 フェールオーバーの優先度が 0 の場合は、書き込みリージョンを示します。 フェールオーバー優先度の最大値 = (リージョンの合計数 - 1)。 フェールオーバーの優先度の値は、データベース アカウントが存在するリージョンごとに一意である必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象