IManagedRuleGroupOverride Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |