Share via


VirtualMachineScaleSetIPConfigurationInner.LoadBalancerInboundNatPools プロパティ

定義

ロード バランサーの受信 Nat プールへの参照の配列を取得または設定します。 スケール セットは、1 つのパブリック ロード バランサーと 1 つの内部ロード バランサーの受信 nat プールを参照できます。 複数のスケール セットで同じ Basic SKU ロード バランサーを使用することはできません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象