PostArgsOperator Struct

Definition

Describes operator to be matched.

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

Constructors

PostArgsOperator(String)

Initializes a new instance of PostArgsOperator.

Properties

Any

Any.

BeginsWith

BeginsWith.

Contains

Contains.

EndsWith

EndsWith.

Equal

Equal.

GreaterThan

GreaterThan.

GreaterThanOrEqual

GreaterThanOrEqual.

LessThan

LessThan.

LessThanOrEqual

LessThanOrEqual.

RegEx

RegEx.

Methods

Equals(PostArgsOperator)

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

Determines if two PostArgsOperator values are the same.

Implicit(String to PostArgsOperator)

Converts a string to a PostArgsOperator.

Inequality(PostArgsOperator, PostArgsOperator)

Determines if two PostArgsOperator values are not the same.

Applies to