ApplicationGatewayBackendAddressPool.BackendAddresses Property

Definition

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

Property Value

IList<ApplicationGatewayBackendAddress>
Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to