ScrubbingRuleEntryMatchVariable 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 variable to be scrubbed from the logs.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ScrubbingRuleEntryMatchVariableTypeConverter))]
public struct ScrubbingRuleEntryMatchVariable : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ScrubbingRuleEntryMatchVariable>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.ScrubbingRuleEntryMatchVariableTypeConverter))>]
type ScrubbingRuleEntryMatchVariable = struct
interface IArgumentCompleter
Public Structure ScrubbingRuleEntryMatchVariable
Implements IArgumentCompleter, IEquatable(Of ScrubbingRuleEntryMatchVariable)
- Inheritance
-
ScrubbingRuleEntryMatchVariable
- Attributes
- Implements
Fields
QueryStringArgNames | |
RequestIPAddress | |
RequestUri |
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 ScrubbingRuleEntryMatchVariable (override for Object) |
Equals(ScrubbingRuleEntryMatchVariable) |
Compares values of enum type ScrubbingRuleEntryMatchVariable |
GetHashCode() |
Returns hashCode for enum ScrubbingRuleEntryMatchVariable |
ToString() |
Returns string representation for ScrubbingRuleEntryMatchVariable |
Operators
Equality(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchVariable) |
Overriding == operator for enum ScrubbingRuleEntryMatchVariable |
Implicit(ScrubbingRuleEntryMatchVariable to String) |
Implicit operator to convert ScrubbingRuleEntryMatchVariable to string |
Implicit(String to ScrubbingRuleEntryMatchVariable) |
Implicit operator to convert string to ScrubbingRuleEntryMatchVariable |
Inequality(ScrubbingRuleEntryMatchVariable, ScrubbingRuleEntryMatchVariable) |
Overriding != operator for enum ScrubbingRuleEntryMatchVariable |