UrlPathOperator Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes operator to be matched
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.UrlPathOperatorTypeConverter))]
public struct UrlPathOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.UrlPathOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.UrlPathOperatorTypeConverter))>]
type UrlPathOperator = struct
interface IArgumentCompleter
Public Structure UrlPathOperator
Implements IArgumentCompleter, IEquatable(Of UrlPathOperator)
- Inheritance
-
UrlPathOperator
- Attributes
- Implements
Fields
Any | |
BeginsWith | |
Contains | |
EndsWith | |
Equal | |
GreaterThan | |
GreaterThanOrEqual | |
LessThan | |
LessThanOrEqual | |
RegEx | |
Wildcard |
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 UrlPathOperator (override for Object) |
Equals(UrlPathOperator) |
Compares values of enum type UrlPathOperator |
GetHashCode() |
Returns hashCode for enum UrlPathOperator |
ToString() |
Returns string representation for UrlPathOperator |
Operators
Equality(UrlPathOperator, UrlPathOperator) |
Overriding == operator for enum UrlPathOperator |
Implicit(String to UrlPathOperator) |
Implicit operator to convert string to UrlPathOperator |
Implicit(UrlPathOperator to String) |
Implicit operator to convert UrlPathOperator to string |
Inequality(UrlPathOperator, UrlPathOperator) |
Overriding != operator for enum UrlPathOperator |