ApplicationGatewayBackendAddressPool.BackendIPConfigurations Property

Definition

Gets collection of references to IPs defined in network interfaces.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.backendIPConfigurations")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration> BackendIPConfigurations { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.backendIPConfigurations")>]
member this.BackendIPConfigurations : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkInterfaceIPConfiguration>
Public ReadOnly Property BackendIPConfigurations As IList(Of NetworkInterfaceIPConfiguration)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to