ExceptionMatchVariable Struct

Definition

The variable to be evaluated for excluding the request.

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

Constructors

Name Description
ExceptionMatchVariable(String)

Initializes a new instance of ExceptionMatchVariable.

Properties

Name Description
RequestHeaderNames

Request Header Names Exception Match Variable.

RequestUri

Request Uri Exception Match Variable.

SocketAddr

Socket Address Exception Match Variable.

Methods

Name Description
Equals(ExceptionMatchVariable)

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

Determines if two ExceptionMatchVariable values are the same.

Implicit(String to ExceptionMatchVariable)

Converts a string to a ExceptionMatchVariable.

Implicit(String to Nullable<ExceptionMatchVariable>)
Inequality(ExceptionMatchVariable, ExceptionMatchVariable)

Determines if two ExceptionMatchVariable values are not the same.

Applies to