ValidationThresholdGrouping 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.
Selection of how the type evaluation is applied to the cluster calculation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGroupingTypeConverter))]
public struct ValidationThresholdGrouping : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGrouping>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdGroupingTypeConverter))>]
type ValidationThresholdGrouping = struct
interface IArgumentCompleter
Public Structure ValidationThresholdGrouping
Implements IArgumentCompleter, IEquatable(Of ValidationThresholdGrouping)
- Inheritance
-
ValidationThresholdGrouping
- Attributes
- Implements
Fields
PerCluster | |
PerRack |
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 ValidationThresholdGrouping (override for Object) |
Equals(ValidationThresholdGrouping) |
Compares values of enum type ValidationThresholdGrouping |
GetHashCode() |
Returns hashCode for enum ValidationThresholdGrouping |
ToString() |
Returns string representation for ValidationThresholdGrouping |
Operators
Equality(ValidationThresholdGrouping, ValidationThresholdGrouping) |
Overriding == operator for enum ValidationThresholdGrouping |
Implicit(String to ValidationThresholdGrouping) |
Implicit operator to convert string to ValidationThresholdGrouping |
Implicit(ValidationThresholdGrouping to String) |
Implicit operator to convert ValidationThresholdGrouping to string |
Inequality(ValidationThresholdGrouping, ValidationThresholdGrouping) |
Overriding != operator for enum ValidationThresholdGrouping |