ManagedRuleSetExceptionList 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.
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() | |