MatchVariable 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.
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
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 |