次の方法で共有


ReplicationLink.PartnerRole プロパティ

定義

レプリケーション リンク内のパートナー Sql プールのロールを取得します。 指定できる値は、'Primary'、'Secondary'、'NonReadableSecondary'、'Source'、'Copy' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRole")]
public Microsoft.Azure.Management.Synapse.Models.ReplicationRole? PartnerRole { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerRole")>]
member this.PartnerRole : Nullable<Microsoft.Azure.Management.Synapse.Models.ReplicationRole>
Public ReadOnly Property PartnerRole As Nullable(Of ReplicationRole)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象