Compartilhar via


RequestUriOperator Struct

Definition

Describes operator to be matched Serialized Name: RequestUriOperator

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

Constructors

RequestUriOperator(String)

Initializes a new instance of RequestUriOperator.

Properties

Any

Any Serialized Name: RequestUriOperator.Any

BeginsWith

BeginsWith Serialized Name: RequestUriOperator.BeginsWith

Contains

Contains Serialized Name: RequestUriOperator.Contains

EndsWith

EndsWith Serialized Name: RequestUriOperator.EndsWith

Equal

Equal Serialized Name: RequestUriOperator.Equal

GreaterThan

GreaterThan Serialized Name: RequestUriOperator.GreaterThan

GreaterThanOrEqual

GreaterThanOrEqual Serialized Name: RequestUriOperator.GreaterThanOrEqual

LessThan

LessThan Serialized Name: RequestUriOperator.LessThan

LessThanOrEqual

LessThanOrEqual Serialized Name: RequestUriOperator.LessThanOrEqual

RegEx

RegEx Serialized Name: RequestUriOperator.RegEx

Methods

Equals(RequestUriOperator)

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

Determines if two RequestUriOperator values are the same.

Implicit(String to RequestUriOperator)

Converts a String to a RequestUriOperator.

Inequality(RequestUriOperator, RequestUriOperator)

Determines if two RequestUriOperator values are not the same.

Applies to