Share via


RequestHeaderOperator Struct

Definition

Describes operator to be matched.

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

Constructors

RequestHeaderOperator(String)

Initializes a new instance of RequestHeaderOperator.

Properties

Any

Any.

BeginsWith

BeginsWith.

Contains

Contains.

EndsWith

EndsWith.

Equal

Equal.

GreaterThan

GreaterThan.

GreaterThanOrEqual

GreaterThanOrEqual.

LessThan

LessThan.

LessThanOrEqual

LessThanOrEqual.

RegEx

RegEx.

Methods

Equals(RequestHeaderOperator)

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

Determines if two RequestHeaderOperator values are the same.

Implicit(String to RequestHeaderOperator)

Converts a string to a RequestHeaderOperator.

Inequality(RequestHeaderOperator, RequestHeaderOperator)

Determines if two RequestHeaderOperator values are not the same.

Applies to