次の方法で共有


NetworkInterfaceIPConfigurationInner.LoadBalancerBackendAddressPools プロパティ

定義

LoadBalancerBackendAddressPool リソースの参照を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象