ManagedRuleExclusionMatchVariable Struct

Definition

The variable type to be excluded.

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

Constructors

Name Description
ManagedRuleExclusionMatchVariable(String)

Initializes a new instance of ManagedRuleExclusionMatchVariable.

Properties

Name Description
QueryStringArgNames

Gets the QueryStringArgNames.

RequestBodyJsonArgNames

Gets the RequestBodyJsonArgNames.

RequestBodyPostArgNames

Gets the RequestBodyPostArgNames.

RequestCookieNames

Gets the RequestCookieNames.

RequestHeaderNames

Gets the RequestHeaderNames.

Methods

Name Description
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

Name Description
Equality(ManagedRuleExclusionMatchVariable, ManagedRuleExclusionMatchVariable)

Determines if two ManagedRuleExclusionMatchVariable values are the same.

Implicit(String to ManagedRuleExclusionMatchVariable)

Converts a string to a ManagedRuleExclusionMatchVariable.

Implicit(String to Nullable<ManagedRuleExclusionMatchVariable>)
Inequality(ManagedRuleExclusionMatchVariable, ManagedRuleExclusionMatchVariable)

Determines if two ManagedRuleExclusionMatchVariable values are not the same.

Applies to