BareMetalMachineReadyState 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 indicator of whether the bare metal machine is ready to receive workloads.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineReadyStateTypeConverter))]
public struct BareMetalMachineReadyState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineReadyState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.BareMetalMachineReadyStateTypeConverter))>]
type BareMetalMachineReadyState = struct
interface IArgumentCompleter
Public Structure BareMetalMachineReadyState
Implements IArgumentCompleter, IEquatable(Of BareMetalMachineReadyState)
- Inheritance
-
BareMetalMachineReadyState
- Attributes
- Implements
Fields
False | |
True |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(BareMetalMachineReadyState) |
Compares values of enum type BareMetalMachineReadyState |
Equals(Object) |
Compares values of enum type BareMetalMachineReadyState (override for Object) |
GetHashCode() |
Returns hashCode for enum BareMetalMachineReadyState |
ToString() |
Returns string representation for BareMetalMachineReadyState |
Operators
Equality(BareMetalMachineReadyState, BareMetalMachineReadyState) |
Overriding == operator for enum BareMetalMachineReadyState |
Implicit(BareMetalMachineReadyState to String) |
Implicit operator to convert BareMetalMachineReadyState to string |
Implicit(String to BareMetalMachineReadyState) |
Implicit operator to convert string to BareMetalMachineReadyState |
Inequality(BareMetalMachineReadyState, BareMetalMachineReadyState) |
Overriding != operator for enum BareMetalMachineReadyState |