Share via


LoadBalancingRule.BackendAddressPools Property

Definition

Gets or sets an array of references to pool of DIPs.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to