ApplicationGatewayFirewallDisabledRuleGroup Class

Definition

Allows to disable rules within a rule group or an entire rule group.

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

Constructors

ApplicationGatewayFirewallDisabledRuleGroup(String)

Initializes a new instance of ApplicationGatewayFirewallDisabledRuleGroup.

Properties

RuleGroupName

The name of the rule group that will be disabled.

Rules

The list of rules that will be disabled. If null, all rules of the rule group will be disabled.

Explicit Interface Implementations

IJsonModel<ApplicationGatewayFirewallDisabledRuleGroup>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ApplicationGatewayFirewallDisabledRuleGroup>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ApplicationGatewayFirewallDisabledRuleGroup>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ApplicationGatewayFirewallDisabledRuleGroup>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ApplicationGatewayFirewallDisabledRuleGroup>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to