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