VirtualMachineSchedulingExecutionTypeConverter Class

Definition

The indicator of whether the hint is a hard or soft requirement during scheduling.

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

Constructors

VirtualMachineSchedulingExecutionTypeConverter()

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