Compartir a través de


ApplicationGatewayFirewallDisabledRuleGroup.Rules Propiedad

Definición

Obtiene o establece la lista de reglas que se deshabilitarán. Si es null, se deshabilitarán todas las reglas del grupo de reglas.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a