WebApplicationFirewallCustomRule Class

Definition

Defines contents of a web application rule.

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

Constructors

WebApplicationFirewallCustomRule(Int32, WebApplicationFirewallRuleType, IEnumerable<MatchCondition>, WebApplicationFirewallAction)

Initializes a new instance of WebApplicationFirewallCustomRule.

Properties

Action

Type of Actions.

ETag

A unique read-only string that changes whenever the resource is updated.

GroupByUserSession

List of user session identifier group by clauses.

MatchConditions

List of match conditions.

Name

The name of the resource that is unique within a policy. This name can be used to access the resource.

Priority

Priority of the rule. Rules with a lower value will be evaluated before rules with a higher value.

RateLimitDuration

Duration over which Rate Limit policy will be applied. Applies only when ruleType is RateLimitRule.

RateLimitThreshold

Rate Limit threshold to apply in case ruleType is RateLimitRule. Must be greater than or equal to 1.

RuleType

The rule type.

State

Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.

Explicit Interface Implementations

IJsonModel<WebApplicationFirewallCustomRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<WebApplicationFirewallCustomRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<WebApplicationFirewallCustomRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<WebApplicationFirewallCustomRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<WebApplicationFirewallCustomRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to