Sdílet prostřednictvím


ApplicationGateway.BackendAddressPools Property

Definition

Gets or sets backend address pool of the application gateway resource. For default limits, see Application Gateway limits.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to