Delen via


ManagedRuleExclusionMatchVariable Struct

Definition

The variable type to be excluded.

public readonly struct ManagedRuleExclusionMatchVariable : IEquatable<Azure.ResourceManager.FrontDoor.Models.ManagedRuleExclusionMatchVariable>
type ManagedRuleExclusionMatchVariable = struct
Public Structure ManagedRuleExclusionMatchVariable
Implements IEquatable(Of ManagedRuleExclusionMatchVariable)
Inheritance
ManagedRuleExclusionMatchVariable
Implements

Constructors

ManagedRuleExclusionMatchVariable(String)

Initializes a new instance of ManagedRuleExclusionMatchVariable.

Properties

QueryStringArgNames

QueryStringArgNames.

RequestBodyJsonArgNames

RequestBodyJsonArgNames.

RequestBodyPostArgNames

RequestBodyPostArgNames.

RequestCookieNames

RequestCookieNames.

RequestHeaderNames

RequestHeaderNames.

Methods

Equals(ManagedRuleExclusionMatchVariable)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ManagedRuleExclusionMatchVariable, ManagedRuleExclusionMatchVariable)

Determines if two ManagedRuleExclusionMatchVariable values are the same.

Implicit(String to ManagedRuleExclusionMatchVariable)

Converts a string to a ManagedRuleExclusionMatchVariable.

Inequality(ManagedRuleExclusionMatchVariable, ManagedRuleExclusionMatchVariable)

Determines if two ManagedRuleExclusionMatchVariable values are not the same.

Applies to