次の方法で共有


LoadBalancerInner.BackendAddressPools プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象