Freigeben über


BareMetalMachineSkipShutdownTypeConverter Class

Definition

The indicator of whether to skip the graceful OS shutdown and power off the bare metal machine immediately.

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

Constructors

BareMetalMachineSkipShutdownTypeConverter()

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