Compartir a través de


ExclusionManagedRuleGroup.Rules Propiedad

Definición

Obtiene o establece la lista de reglas que se excluirán. Si no se especifica ninguno, se excluirán todas las reglas del grupo.

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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a