Freigeben über


WebApplicationRuleMatchVariable Struct

Definition

Request variable to compare with.

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

Constructors

Name Description
WebApplicationRuleMatchVariable(String)

Initializes a new instance of WebApplicationRuleMatchVariable.

Properties

Name Description
Cookies

Cookies.

PostArgs

PostArgs.

QueryString

QueryString.

RemoteAddr

RemoteAddr.

RequestBody

RequestBody.

RequestHeader

RequestHeader.

RequestMethod

RequestMethod.

RequestUri

RequestUri.

SocketAddr

SocketAddr.

Methods

Name Description
Equals(WebApplicationRuleMatchVariable)

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

Determines if two WebApplicationRuleMatchVariable values are the same.

Implicit(String to WebApplicationRuleMatchVariable)

Converts a String to a WebApplicationRuleMatchVariable.

Inequality(WebApplicationRuleMatchVariable, WebApplicationRuleMatchVariable)

Determines if two WebApplicationRuleMatchVariable values are not the same.

Applies to