次の方法で共有


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

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

Methods

Name Description
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

Name Description
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