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

Name Description
BareMetalMachineReadyState(String)

Initializes a new instance of BareMetalMachineReadyState.

Properties

Name Description
False

The bare metal machine is not ready to receive workloads.

True

The bare metal machine is ready to receive workloads.

Methods

Name Description
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

Name Description
Equality(BareMetalMachineReadyState, BareMetalMachineReadyState)

Determines if two BareMetalMachineReadyState values are the same.

Implicit(String to BareMetalMachineReadyState)

Converts a string to a BareMetalMachineReadyState.

Implicit(String to Nullable<BareMetalMachineReadyState>)
Inequality(BareMetalMachineReadyState, BareMetalMachineReadyState)

Determines if two BareMetalMachineReadyState values are not the same.

Applies to