IManagedRuleSetScope Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetScopeTypeConverter))]
public interface IManagedRuleSetScope : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetScopeTypeConverter))>]
type IManagedRuleSetScope = interface
    interface IJsonSerializable
Public Interface IManagedRuleSetScope
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
RuleGroupScope

List of rule group scopes.

RuleSetType

Defines the rule set type. Examples: DefaultRuleSet, Microsoft_DefaultRuleSet, Microsoft_BotManagerRuleSet, Microsoft_HTTPDDoSRuleSet, BotProtection

RuleSetVersion

Defines the version of the rule set.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to