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

MatchVariable Struct

Definition

The name of the condition for the delivery rule.

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

Fields

ClientPort
Cookies
HostName
HttpVersion
IsDevice
PostArgs
QueryString
RemoteAddress
RequestBody
RequestHeader
RequestMethod
RequestScheme
RequestUri
ServerPort
SocketAddr
SslProtocol
UrlFileExtension
UrlFileName
UrlPath

Methods

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

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

Equals(MatchVariable)

Compares values of enum type MatchVariable

Equals(Object)

Compares values of enum type MatchVariable (override for Object)

GetHashCode()

Returns hashCode for enum MatchVariable

ToString()

Returns string representation for MatchVariable

Operators

Equality(MatchVariable, MatchVariable)

Overriding == operator for enum MatchVariable

Implicit(MatchVariable to String)

Implicit operator to convert MatchVariable to string

Implicit(String to MatchVariable)

Implicit operator to convert string to MatchVariable

Inequality(MatchVariable, MatchVariable)

Overriding != operator for enum MatchVariable

Applies to