Sdílet prostřednictvím


ApplicationGateway.HttpListeners Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to