ManagedRuleGroupOverride 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 group override setting.
public class ManagedRuleGroupOverride : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.FrontDoor.Models.ManagedRuleGroupOverride>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.FrontDoor.Models.ManagedRuleGroupOverride>
public class ManagedRuleGroupOverride
type ManagedRuleGroupOverride = class
interface IJsonModel<ManagedRuleGroupOverride>
interface IPersistableModel<ManagedRuleGroupOverride>
type ManagedRuleGroupOverride = class
Public Class ManagedRuleGroupOverride
Implements IJsonModel(Of ManagedRuleGroupOverride), IPersistableModel(Of ManagedRuleGroupOverride)
Public Class ManagedRuleGroupOverride
- Inheritance
-
ManagedRuleGroupOverride
- Implements
Constructors
ManagedRuleGroupOverride(String) |
Initializes a new instance of ManagedRuleGroupOverride. |
Properties
Exclusions |
Describes the exclusions that are applied to all rules in the group. |
RuleGroupName |
Describes the managed rule group to override. |
Rules |
List of rules that will be disabled. If none specified, all rules in the group will be disabled. |
Explicit Interface Implementations
IJsonModel<ManagedRuleGroupOverride>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedRuleGroupOverride>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedRuleGroupOverride>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedRuleGroupOverride>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedRuleGroupOverride>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET