ScalingPlanPersonalSchedule.UpdateStages.WithRampUpStartVMOnConnect Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithRampUpStartVMOnConnect

The stage of the ScalingPlanPersonalSchedule update allowing to specify rampUpStartVMOnConnect.

Method Summary

Modifier and Type Method and Description
abstract Update withRampUpStartVMOnConnect(SetStartVMOnConnect rampUpStartVMOnConnect)

Specifies the rampUpStartVMOnConnect property: The desired configuration of Start VM On Connect for the hostpool during the ramp up phase.

Method Details

withRampUpStartVMOnConnect

public abstract ScalingPlanPersonalSchedule.Update withRampUpStartVMOnConnect(SetStartVMOnConnect rampUpStartVMOnConnect)

Specifies the rampUpStartVMOnConnect property: 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..

Parameters:

rampUpStartVMOnConnect - 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.

Returns:

the next definition stage.

Applies to