다음을 통해 공유


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