次の方法で共有


BackendAddressInboundNatRulePortMappings.InboundNatRulePortMappings プロパティ

定義

受信 NAT 規則ポート マッピングのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象