Aracılığıyla paylaş


ApplicationGatewayInner.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.Fluent.Models.ApplicationGatewayBackendAddressPoolInner> BackendAddressPools { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.backendAddressPools")>]
member this.BackendAddressPools : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayBackendAddressPoolInner> with get, set
Public Property BackendAddressPools As IList(Of ApplicationGatewayBackendAddressPoolInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to