Aracılığıyla paylaş


ApplicationGatewayInner.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.Fluent.Models.ApplicationGatewayHttpListenerInner> HttpListeners { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.httpListeners")>]
member this.HttpListeners : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ApplicationGatewayHttpListenerInner> with get, set
Public Property HttpListeners As IList(Of ApplicationGatewayHttpListenerInner)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to