次の方法で共有


ApplicationGatewayFirewallDisabledRuleGroup.Rules プロパティ

定義

無効にするルールの一覧を取得または設定します。 null の場合、ルール グループのすべてのルールは無効になります。

[Newtonsoft.Json.JsonProperty(PropertyName="rules")]
public System.Collections.Generic.IList<int> Rules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rules")>]
member this.Rules : System.Collections.Generic.IList<int> with get, set
Public Property Rules As IList(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象