Share via


NetworkInterfaceIPConfiguration.ApplicationGatewayBackendAddressPools Property

Definition

Gets or sets the reference to ApplicationGatewayBackendAddressPool resource.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to