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