Share via


IManagedRuleSet Interface

Definition

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

Properties

Name Description
Exclusion

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

RuleGroupOverride

Defines the rule group overrides to apply to the rule set.

RuleSetAction

Defines the rule set action.

Type

Defines the rule set type to use.

Version

Defines the version of the rule set to use.

Methods

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

Applies to