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