ExclusionManagedRuleGroup Class

Definition

Defines a managed rule group to use for exclusion.

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

Constructors

ExclusionManagedRuleGroup(String)

Initializes a new instance of ExclusionManagedRuleGroup.

Properties

RuleGroupName

The managed rule group for exclusion.

Rules

List of rules that will be excluded. If none specified, all rules in the group will be excluded.

Explicit Interface Implementations

IJsonModel<ExclusionManagedRuleGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ExclusionManagedRuleGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ExclusionManagedRuleGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ExclusionManagedRuleGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ExclusionManagedRuleGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to