Share via


BareMetalMachineKeySetUserSetupStatus Struct

Definition

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