Bagikan melalui


RulesEngineMatchVariable Struct

Definition

Match Variable.

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

Constructors

RulesEngineMatchVariable(String)

Initializes a new instance of RulesEngineMatchVariable.

Properties

IsMobile

IsMobile.

PostArgs

PostArgs.

QueryString

QueryString.

RemoteAddr

RemoteAddr.

RequestBody

RequestBody.

RequestFilename

RequestFilename.

RequestFilenameExtension

RequestFilenameExtension.

RequestHeader

RequestHeader.

RequestMethod

RequestMethod.

RequestPath

RequestPath.

RequestScheme

RequestScheme.

RequestUri

RequestUri.

Methods

Equals(RulesEngineMatchVariable)

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

Determines if two RulesEngineMatchVariable values are the same.

Implicit(String to RulesEngineMatchVariable)

Converts a string to a RulesEngineMatchVariable.

Inequality(RulesEngineMatchVariable, RulesEngineMatchVariable)

Determines if two RulesEngineMatchVariable values are not the same.

Applies to