次の方法で共有


VirtualMachineScaleSetIPConfiguration.ApplicationGatewayBackendAddressPools プロパティ

定義

取得または設定は、アプリケーション ゲートウェイのバックエンド アドレス プールへの参照の配列を指定します。 スケール セットは、複数のアプリケーション ゲートウェイのバックエンド アドレス プールを参照できます。 複数のスケール セットで同じアプリケーション ゲートウェイを使用することはできません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象