ExceptionEntrySelectorMatchOperator Struct

Definition

When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.

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

Constructors

ExceptionEntrySelectorMatchOperator(String)

Initializes a new instance of ExceptionEntrySelectorMatchOperator.

Properties

Contains

Contains.

EndsWith

EndsWith.

EqualsValue

Equals.

StartsWith

StartsWith.

Methods

Equals(ExceptionEntrySelectorMatchOperator)

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

Determines if two ExceptionEntrySelectorMatchOperator values are the same.

Implicit(String to ExceptionEntrySelectorMatchOperator)

Converts a string to a ExceptionEntrySelectorMatchOperator.

Inequality(ExceptionEntrySelectorMatchOperator, ExceptionEntrySelectorMatchOperator)

Determines if two ExceptionEntrySelectorMatchOperator values are not the same.

Applies to