次の方法で共有


LoadBalancerResourceSettings.BackendAddressPools プロパティ

定義

ロード バランサーのバックエンド アドレス プールを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象