InstanceFailoverGroup.PartnerRegions Property

Definition

Gets or sets partner region information for the failover group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to