IManagedRuleGroupDefinition 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.ManagedRuleGroupDefinitionTypeConverter))]
public interface IManagedRuleGroupDefinition : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleGroupDefinitionTypeConverter))>]
type IManagedRuleGroupDefinition = interface
interface IJsonSerializable
Public Interface IManagedRuleGroupDefinition
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Description |
Description of the managed rule group. |
| Rule |
List of rules within the managed rule group. |
| RuleGroupName |
Name of the managed rule group. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |