IManagedRuleGroupOverride Interface

Definition

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

Properties

Name Description
Rule

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

RuleGroupName

Describes the managed rule group within the rule set to override

Methods

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

Applies to