Share via


BareMetalMachineReadyState Struct

Definition

The indicator of whether the bare metal machine is ready to receive workloads.

public readonly struct BareMetalMachineReadyState : IEquatable<Azure.ResourceManager.NetworkCloud.Models.BareMetalMachineReadyState>
type BareMetalMachineReadyState = struct
Public Structure BareMetalMachineReadyState
Implements IEquatable(Of BareMetalMachineReadyState)
Inheritance
BareMetalMachineReadyState
Implements

Constructors

BareMetalMachineReadyState(String)

Initializes a new instance of BareMetalMachineReadyState.

Properties

False

False.

True

True.

Methods

Equals(BareMetalMachineReadyState)

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(BareMetalMachineReadyState, BareMetalMachineReadyState)

Determines if two BareMetalMachineReadyState values are the same.

Implicit(String to BareMetalMachineReadyState)

Converts a string to a BareMetalMachineReadyState.

Inequality(BareMetalMachineReadyState, BareMetalMachineReadyState)

Determines if two BareMetalMachineReadyState values are not the same.

Applies to