ValidationThresholdType 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 threshold should be evaluated.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdTypeTypeConverter))]
public struct ValidationThresholdType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.ValidationThresholdTypeTypeConverter))>]
type ValidationThresholdType = struct
interface IArgumentCompleter
Public Structure ValidationThresholdType
Implements IArgumentCompleter, IEquatable(Of ValidationThresholdType)
- Inheritance
-
ValidationThresholdType
- Attributes
- Implements
Fields
CountSuccess | |
PercentSuccess |
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 ValidationThresholdType (override for Object) |
Equals(ValidationThresholdType) |
Compares values of enum type ValidationThresholdType |
GetHashCode() |
Returns hashCode for enum ValidationThresholdType |
ToString() |
Returns string representation for ValidationThresholdType |
Operators
Equality(ValidationThresholdType, ValidationThresholdType) |
Overriding == operator for enum ValidationThresholdType |
Implicit(String to ValidationThresholdType) |
Implicit operator to convert string to ValidationThresholdType |
Implicit(ValidationThresholdType to String) |
Implicit operator to convert ValidationThresholdType to string |
Inequality(ValidationThresholdType, ValidationThresholdType) |
Overriding != operator for enum ValidationThresholdType |