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.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) |