你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSetIPConfiguration.LoadBalancerInboundNatPools 属性

定义

获取或设置指定对负载均衡器的入站 Nat 池的引用数组。 规模集可以引用一个公共负载均衡器和一个内部负载均衡器的入站 nat 池。 多个规模集不能使用相同的基本 SKU 负载均衡器。

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

属性值

属性
Newtonsoft.Json.JsonPropertyAttribute

适用于