ManagedRuleSetExceptionList Class

Definition

Defines the list of exceptions for the managed rule sets.

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

Constructors

Name Description
ManagedRuleSetExceptionList()

Creates an new ManagedRuleSetExceptionList instance.

Properties

Name Description
Exception

List of exceptions.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedRuleSetExceptionList.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedRuleSetExceptionList.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedRuleSetExceptionList into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to