ClientPortOperator Struct

Definition

Describes operator to be matched.

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

Constructors

ClientPortOperator(String)

Initializes a new instance of ClientPortOperator.

Properties

Any

Any.

BeginsWith

BeginsWith.

Contains

Contains.

EndsWith

EndsWith.

Equal

Equal.

GreaterThan

GreaterThan.

GreaterThanOrEqual

GreaterThanOrEqual.

LessThan

LessThan.

LessThanOrEqual

LessThanOrEqual.

RegEx

RegEx.

Methods

Equals(ClientPortOperator)

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

Determines if two ClientPortOperator values are the same.

Implicit(String to ClientPortOperator)

Converts a string to a ClientPortOperator.

Inequality(ClientPortOperator, ClientPortOperator)

Determines if two ClientPortOperator values are not the same.

Applies to