ApplicationGateway.Listeners Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to