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

IManagedRuleExclusion Interface

Definition

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

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
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to