ManagedRuleSet Class

Definition

Defines a managed rule set.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ManagedRuleSetTypeConverter))]
public class ManagedRuleSet : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedRuleSet
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.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
AnomalyScore

Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.

RuleGroupOverride

Defines the rule overrides to apply to the rule set.

RuleSetType

Defines the rule set type to use.

RuleSetVersion

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

Applies to