ApplicationGatewayBackendHealth.BackendAddressPools Property

Definition

Gets or sets a list of ApplicationGatewayBackendHealthPool resources.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to