次の方法で共有


LoadBalancingRule.BackendAddressPools プロパティ

定義

DIP のプールへの参照の配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象