ApplicationGateway.HttpListeners Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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