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

Name Description
UriPathOperator(String)

Initializes a new instance of UriPathOperator.

Properties

Name Description
Any

Gets the Any.

BeginsWith

Gets the BeginsWith.

Contains

Gets the Contains.

EndsWith

Gets the EndsWith.

Equal

Gets the Equal.

GreaterThan

Gets the GreaterThan.

GreaterThanOrEqual

Gets the GreaterThanOrEqual.

LessThan

Gets the LessThan.

LessThanOrEqual

Gets the LessThanOrEqual.

RegEx

Gets the RegEx.

Wildcard

Gets the Wildcard.

Methods

Name Description
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

Name Description
Equality(UriPathOperator, UriPathOperator)

Determines if two UriPathOperator values are the same.

Implicit(String to Nullable<UriPathOperator>)
Implicit(String to UriPathOperator)

Converts a string to a UriPathOperator.

Inequality(UriPathOperator, UriPathOperator)

Determines if two UriPathOperator values are not the same.

Applies to