UriPathOperator Struct

Definition

Describes operator to be matched.

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

Constructors

UriPathOperator(String)

Initializes a new instance of UriPathOperator.

Properties

Any

Any.

BeginsWith

BeginsWith.

Contains

Contains.

EndsWith

EndsWith.

Equal

Equal.

GreaterThan

GreaterThan.

GreaterThanOrEqual

GreaterThanOrEqual.

LessThan

LessThan.

LessThanOrEqual

LessThanOrEqual.

RegEx

RegEx.

Wildcard

Wildcard.

Methods

Equals(UriPathOperator)

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

Determines if two UriPathOperator values are the same.

Implicit(String to UriPathOperator)

Converts a string to a UriPathOperator.

Inequality(UriPathOperator, UriPathOperator)

Determines if two UriPathOperator values are not the same.

Applies to