ManagedRuleOverride.State Property

Definition

Gets or sets describes the state of the managed rule. Defaults to Disabled if not specified. Possible values include: 'Disabled'

[Newtonsoft.Json.JsonProperty(PropertyName="state")]
public Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleEnabledState State { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="state")>]
member this.State : Microsoft.Azure.Management.Network.Fluent.Models.ManagedRuleEnabledState with get, set
Public Property State As ManagedRuleEnabledState

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to