你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServerPortOperator Struct

Definition

Describes operator to be matched

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ServerPortOperatorTypeConverter))]
public struct ServerPortOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ServerPortOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ServerPortOperatorTypeConverter))>]
type ServerPortOperator = struct
    interface IArgumentCompleter
Public Structure ServerPortOperator
Implements IArgumentCompleter, IEquatable(Of ServerPortOperator)
Inheritance
ServerPortOperator
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 ServerPortOperator (override for Object)

Equals(ServerPortOperator)

Compares values of enum type ServerPortOperator

GetHashCode()

Returns hashCode for enum ServerPortOperator

ToString()

Returns string representation for ServerPortOperator

Operators

Equality(ServerPortOperator, ServerPortOperator)

Overriding == operator for enum ServerPortOperator

Implicit(ServerPortOperator to String)

Implicit operator to convert ServerPortOperator to string

Implicit(String to ServerPortOperator)

Implicit operator to convert string to ServerPortOperator

Inequality(ServerPortOperator, ServerPortOperator)

Overriding != operator for enum ServerPortOperator

Applies to