次の方法で共有


FailoverGroup.ReplicationRole プロパティ

定義

フェールオーバー グループ インスタンスのローカル レプリケーション ロールを取得します。 使用可能な値は、'Primary'、'Secondary' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationRole")]
public string ReplicationRole { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.replicationRole")>]
member this.ReplicationRole : string
Public ReadOnly Property ReplicationRole As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象