ManagedRuleExclusion Class
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.
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() | |