Share via


WebApplicationFirewallMatchVariable Struct

Definition

Match Variable.

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

Constructors

WebApplicationFirewallMatchVariable(String)

Initializes a new instance of WebApplicationFirewallMatchVariable.

Properties

PostArgs

PostArgs.

QueryString

QueryString.

RemoteAddr

RemoteAddr.

RequestBody

RequestBody.

RequestCookies

RequestCookies.

RequestHeaders

RequestHeaders.

RequestMethod

RequestMethod.

RequestUri

RequestUri.

Methods

Equals(WebApplicationFirewallMatchVariable)

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

Determines if two WebApplicationFirewallMatchVariable values are the same.

Implicit(String to WebApplicationFirewallMatchVariable)

Converts a string to a WebApplicationFirewallMatchVariable.

Inequality(WebApplicationFirewallMatchVariable, WebApplicationFirewallMatchVariable)

Determines if two WebApplicationFirewallMatchVariable values are not the same.

Applies to