次の方法で共有


FailoverGroupReadWriteEndpoint.FailoverPolicy プロパティ

定義

フェールオーバー グループの読み取り/書き込みエンドポイントのフェールオーバー ポリシーを取得または設定します。 failoverPolicy が [自動] の場合は、failoverWithDataLossGracePeriodMinutes が必要です。 使用可能な値は、'Manual'、'Automatic' です。

[Newtonsoft.Json.JsonProperty(PropertyName="failoverPolicy")]
public string FailoverPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="failoverPolicy")>]
member this.FailoverPolicy : string with get, set
Public Property FailoverPolicy As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象