次の方法で共有


VirtualMachineScaleSetUpdateIPConfiguration.LoadBalancerInboundNatPools プロパティ

定義

ロード バランサーの受信 nat プールを取得または設定します。

[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

適用対象