次の方法で共有


FailoverGroup.PartnerServers プロパティ

定義

フェールオーバー グループのパートナー サーバー情報の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerServers")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.PartnerInfo> PartnerServers { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.partnerServers")>]
member this.PartnerServers : System.Collections.Generic.IList<Microsoft.Azure.Management.Sql.Models.PartnerInfo> with get, set
Public Property PartnerServers As IList(Of PartnerInfo)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象