FailoverGroup.PartnerServers Property

Definition

Gets or sets list of partner server information for the failover group.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to