WafMatchVariable Struct

Definition

Match variable to compare against.

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

Constructors

WafMatchVariable(String)

Initializes a new instance of WafMatchVariable.

Properties

Cookies

Cookies.

PostArgs

PostArgs.

QueryString

QueryString.

RemoteAddr

RemoteAddr.

RequestBody

RequestBody.

RequestHeader

RequestHeader.

RequestMethod

RequestMethod.

RequestUri

RequestUri.

SocketAddr

SocketAddr.

Methods

Equals(WafMatchVariable)

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(WafMatchVariable, WafMatchVariable)

Determines if two WafMatchVariable values are the same.

Implicit(String to WafMatchVariable)

Converts a string to a WafMatchVariable.

Inequality(WafMatchVariable, WafMatchVariable)

Determines if two WafMatchVariable values are not the same.

Applies to