次の方法で共有


LoadBalancerInner.InboundNatPools プロパティ

定義

ロード バランサーに関連付けられている NIC 上の 1 つのバックエンド ポートへの受信 NAT の外部ポート範囲を取得または設定します。 受信 NAT 規則は、この範囲の外部ポートを使用して、Load Balancerに関連付けられている各 NIC に対して自動的に作成されます。 Load Balancerでのインバウンド NAT プールの定義は、インバウンド Nat 規則の定義と相互に排他的です。 受信 NAT プールは、仮想マシン スケール セットから参照されます。 個々の仮想マシンに関連付けられている NIC は、受信 NAT プールを参照できません。 個々の受信 NAT 規則を参照する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象