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

ManagedRuleExclusion Class

Definition

Exclude variables from managed rule evaluation.

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

Constructors

Name Description
ManagedRuleExclusion()

Creates an new ManagedRuleExclusion instance.

Properties

Name Description
Operator

Comparison operator to apply to the selector when specifying which elements in the collection this exclusion applies to.

Selector

Selector value for which elements in the collection this exclusion applies to.

Variable

The variable type to be excluded.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedRuleExclusion.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedRuleExclusion.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedRuleExclusion into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to