次の方法で共有


LoadBalancer.InboundNatRules プロパティ

定義

ロード バランサーによって使用される受信 NAT 規則のコレクションを取得または設定します。 ロード バランサーで受信 NAT 規則を定義することは、受信 NAT プールの定義と相互に排他的です。 受信 NAT プールは、仮想マシン スケール セットから参照されます。 個々の仮想マシンに関連付けられている NIC は、受信 NAT プールを参照できません。 個々の受信 NAT 規則を参照する必要があります。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象