次の方法で共有


ApplicationGateway.HttpListeners プロパティ

定義

アプリケーション ゲートウェイ リソースの http リスナーを取得または設定します。 既定の制限については、「Application Gateway制限」を参照してください。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象