次の方法で共有


ApplicationGateway.BackendAddressPools プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象