InstanceFailoverGroup.ManagedInstancePairs Property

Definition

Gets or sets list of managed instance pairs in the failover group.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to