IManagedRuleSet 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.ManagedRuleSetTypeConverter))]
public interface IManagedRuleSet : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ManagedRuleSetTypeConverter))>]
type IManagedRuleSet = interface
interface IJsonSerializable
Public Interface IManagedRuleSet
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AnomalyScore |
Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests. |
| RuleGroupOverride |
Defines the rule overrides to apply to the rule set. |
| RuleSetType |
Defines the rule set type to use. |
| RuleSetVersion |
Defines the version of the rule set to use. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |