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

Name Description
WafMatchVariable(String)

Initializes a new instance of WafMatchVariable.

Properties

Name Description
Cookies

Gets the Cookies.

PostArgs

Gets the PostArgs.

QueryString

Gets the QueryString.

RemoteAddr

Gets the RemoteAddr.

RequestBody

Gets the RequestBody.

RequestHeader

Gets the RequestHeader.

RequestMethod

Gets the RequestMethod.

RequestUri

Gets the RequestUri.

SocketAddr

Gets the SocketAddr.

Methods

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

Name Description
Equality(WafMatchVariable, WafMatchVariable)

Determines if two WafMatchVariable values are the same.

Implicit(String to Nullable<WafMatchVariable>)
Implicit(String to WafMatchVariable)

Converts a string to a WafMatchVariable.

Inequality(WafMatchVariable, WafMatchVariable)

Determines if two WafMatchVariable values are not the same.

Applies to