BareMetalMachineReadyStateTypeConverter Class

Definition

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

public class BareMetalMachineReadyStateTypeConverter : System.Management.Automation.PSTypeConverter
type BareMetalMachineReadyStateTypeConverter = class
    inherit PSTypeConverter
Public Class BareMetalMachineReadyStateTypeConverter
Inherits PSTypeConverter
Inheritance
BareMetalMachineReadyStateTypeConverter

Constructors

BareMetalMachineReadyStateTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to