Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
IManagedRuleSet Interface
Definition
- Assembly:
- Az.FrontDoor.private.dll
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.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) |
