DimensionOperator 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.
Operator for dimension values
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperatorTypeConverter))]
public struct DimensionOperator : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperator>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ScheduledQueryRule.Support.DimensionOperatorTypeConverter))>]
type DimensionOperator = struct
interface IArgumentCompleter
Public Structure DimensionOperator
Implements IArgumentCompleter, IEquatable(Of DimensionOperator)
- Inheritance
-
DimensionOperator
- Attributes
- Implements
Fields
Exclude | |
Include |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(DimensionOperator) |
Compares values of enum type DimensionOperator |
Equals(Object) |
Compares values of enum type DimensionOperator (override for Object) |
GetHashCode() |
Returns hashCode for enum DimensionOperator |
ToString() |
Returns string representation for DimensionOperator |
Operators
Equality(DimensionOperator, DimensionOperator) |
Overriding == operator for enum DimensionOperator |
Implicit(DimensionOperator to String) |
Implicit operator to convert DimensionOperator to string |
Implicit(String to DimensionOperator) |
Implicit operator to convert string to DimensionOperator |
Inequality(DimensionOperator, DimensionOperator) |
Overriding != operator for enum DimensionOperator |