Compartilhar via


PostArgsOperator Struct

Definition

Describes operator to be matched Serialized Name: PostArgsOperator

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 Serialized Name: PostArgsOperator.Any

BeginsWith

BeginsWith Serialized Name: PostArgsOperator.BeginsWith

Contains

Contains Serialized Name: PostArgsOperator.Contains

EndsWith

EndsWith Serialized Name: PostArgsOperator.EndsWith

Equal

Equal Serialized Name: PostArgsOperator.Equal

GreaterThan

GreaterThan Serialized Name: PostArgsOperator.GreaterThan

GreaterThanOrEqual

GreaterThanOrEqual Serialized Name: PostArgsOperator.GreaterThanOrEqual

LessThan

LessThan Serialized Name: PostArgsOperator.LessThan

LessThanOrEqual

LessThanOrEqual Serialized Name: PostArgsOperator.LessThanOrEqual

RegEx

RegEx Serialized Name: PostArgsOperator.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