ManagedRuleSet 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 a managed rule set.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetTypeConverter))]
public class ManagedRuleSet : Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.ManagedRuleSetTypeConverter))>]
type ManagedRuleSet = class
interface IManagedRuleSet
interface IJsonSerializable
Public Class ManagedRuleSet
Implements IManagedRuleSet
- Inheritance
-
ManagedRuleSet
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedRuleSet() |
Creates an new ManagedRuleSet instance. |
Properties
| Name | Description |
|---|---|
| Exclusion |
Describes the exclusions that are applied to all rules in the set. |
| RuleGroupOverride |
Defines the rule group overrides to apply to the rule set. |
| RuleSetAction |
Defines the rule set action. |
| Type |
Defines the rule set type to use. |
| Version |
Defines the version of the rule set to use. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedRuleSet. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedRuleSet. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FrontDoor.Models.IManagedRuleSet. |
| FromJsonString(String) |
Creates a new instance of ManagedRuleSet, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedRuleSet into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |