Partager via


IManagedRuleDefinition Interface

Definition

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

Properties

Name Description
DefaultAction

Describes the default action to be applied when the managed rule matches.

DefaultSensitivity

Describes the default sensitivity to be applied when the managed rule matches.

DefaultState

Describes the default state for the managed rule.

Description

Describes the functionality of the managed rule.

RuleId

Identifier for the managed rule.

Methods

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

Applies to