Share via


IManagedRuleGroupOverride Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleGroupOverrideTypeConverter))]
public interface IManagedRuleGroupOverride : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleGroupOverrideTypeConverter))>]
type IManagedRuleGroupOverride = interface
    interface IJsonSerializable
Public Interface IManagedRuleGroupOverride
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Exclusion

Describes the exclusions that are applied to all rules in the group.

ManagedRuleOverride

List of rules that will be disabled. If none specified, all rules in the group will be disabled.

RuleGroupName

Describes the managed rule group to override.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to