RequestUriOperator Struct

Definition

Describes operator to be matched

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RequestUriOperatorTypeConverter))]
public struct RequestUriOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RequestUriOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.RequestUriOperatorTypeConverter))>]
type RequestUriOperator = struct
    interface IArgumentCompleter
Public Structure RequestUriOperator
Implements IArgumentCompleter, IEquatable(Of RequestUriOperator)
Inheritance
RequestUriOperator
Attributes
Implements

Fields

Any
BeginsWith
Contains
EndsWith
Equal
GreaterThan
GreaterThanOrEqual
LessThan
LessThanOrEqual
RegEx

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RequestUriOperator (override for Object)

Equals(RequestUriOperator)

Compares values of enum type RequestUriOperator

GetHashCode()

Returns hashCode for enum RequestUriOperator

ToString()

Returns string representation for RequestUriOperator

Operators

Equality(RequestUriOperator, RequestUriOperator)

Overriding == operator for enum RequestUriOperator

Implicit(RequestUriOperator to String)

Implicit operator to convert RequestUriOperator to string

Implicit(String to RequestUriOperator)

Implicit operator to convert string to RequestUriOperator

Inequality(RequestUriOperator, RequestUriOperator)

Overriding != operator for enum RequestUriOperator

Applies to