ManagedRuleDefinition 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.
Describes a managed rule definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ManagedRuleDefinitionTypeConverter))]
public class ManagedRuleDefinition : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedRuleDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.ManagedRuleDefinitionTypeConverter))>]
type ManagedRuleDefinition = class
interface IManagedRuleDefinition
interface IJsonSerializable
Public Class ManagedRuleDefinition
Implements IManagedRuleDefinition
- Inheritance
-
ManagedRuleDefinition
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedRuleDefinition() |
Creates an new ManagedRuleDefinition instance. |
Properties
| Name | Description |
|---|---|
| Description |
Describes the functionality of the managed rule. |
| RuleId |
Identifier for the managed rule. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ManagedRuleDefinition. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ManagedRuleDefinition. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IManagedRuleDefinition. |
| FromJsonString(String) |
Creates a new instance of ManagedRuleDefinition, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ManagedRuleDefinition into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |