次の方法で共有


ApplicationGateway.Listeners プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象