Aracılığıyla paylaş


SetStartVMOnConnectTypeConverter Class

Definition

The desired configuration of Start VM On Connect for the hostpool during the ramp up phase. If this is disabled, session hosts must be turned on using rampUpAutoStartHosts or by turning them on manually.

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

Constructors

SetStartVMOnConnectTypeConverter()

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