次の方法で共有


LoadBalancer.BackendAddressPools プロパティ

定義

ロード バランサーによって使用されるバックエンド アドレス プールのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象