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.
public readonly struct BareMetalMachineKeySetUserSetupStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineKeySetUserSetupStatus>
type BareMetalMachineKeySetUserSetupStatus = struct
Public Structure BareMetalMachineKeySetUserSetupStatus
Implements IEquatable(Of BareMetalMachineKeySetUserSetupStatus)
- Inheritance
-
BareMetalMachineKeySetUserSetupStatus
- Implements
Constructors
BareMetalMachineKeySetUserSetupStatus(String) |
Initializes a new instance of BareMetalMachineKeySetUserSetupStatus. |
Properties
Active |
Active. |
Invalid |
Invalid. |
Methods
Equals(BareMetalMachineKeySetUserSetupStatus) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BareMetalMachineKeySetUserSetupStatus, BareMetalMachineKeySetUserSetupStatus) |
Determines if two BareMetalMachineKeySetUserSetupStatus values are the same. |
Implicit(String to BareMetalMachineKeySetUserSetupStatus) |
Converts a string to a BareMetalMachineKeySetUserSetupStatus. |
Inequality(BareMetalMachineKeySetUserSetupStatus, BareMetalMachineKeySetUserSetupStatus) |
Determines if two BareMetalMachineKeySetUserSetupStatus values are not the same. |
Applies to
Azure SDK for .NET