你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ManagedRuleSet Class

Definition

Defines a managed rule set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetTypeConverter))]
public class ManagedRuleSet : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetTypeConverter))>]
type ManagedRuleSet = class
    interface IManagedRuleSet
    interface IJsonSerializable
Public Class ManagedRuleSet
Implements IManagedRuleSet
Inheritance
ManagedRuleSet
Attributes
Implements

Constructors

Name Description
ManagedRuleSet()

Creates an new ManagedRuleSet instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedRuleSet.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedRuleSet.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet.

FromJsonString(String)

Creates a new instance of ManagedRuleSet, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedRuleSet into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to