ManagedRuleSet Class

Definition

Defines a managed rule set.

public class ManagedRuleSet : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ManagedRuleSet>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ManagedRuleSet>
public class ManagedRuleSet
type ManagedRuleSet = class
    interface IJsonModel<ManagedRuleSet>
    interface IPersistableModel<ManagedRuleSet>
type ManagedRuleSet = class
Public Class ManagedRuleSet
Implements IJsonModel(Of ManagedRuleSet), IPersistableModel(Of ManagedRuleSet)
Public Class ManagedRuleSet
Inheritance
ManagedRuleSet
Implements

Constructors

ManagedRuleSet(String, String)

Initializes a new instance of ManagedRuleSet.

Properties

RuleGroupOverrides

Defines the rule group 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.

Explicit Interface Implementations

IJsonModel<ManagedRuleSet>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ManagedRuleSet>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedRuleSet>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedRuleSet>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ManagedRuleSet>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to