次の方法で共有


BackendAddressPool.LoadBalancerBackendAddresses プロパティ

定義

バックエンド アドレスの配列を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象