次の方法で共有


AzureFirewall.NatRuleCollections プロパティ

定義

Azure Firewallによって使用される NAT 規則コレクションのコレクションを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象