次の方法で共有


AzureFirewallNatRuleCollection.Rules プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象