ScalingPlanPersonalSchedule.UpdateStages.WithRampUpActionOnLogoff Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithRampUpActionOnLogoff

The stage of the ScalingPlanPersonalSchedule update allowing to specify rampUpActionOnLogoff.

Method Summary

Modifier and Type Method and Description
abstract Update withRampUpActionOnLogoff(SessionHandlingOperation rampUpActionOnLogoff)

Specifies the rampUpActionOnLogoff property: Action to be taken after a logoff during the ramp up period..

Method Details

withRampUpActionOnLogoff

public abstract ScalingPlanPersonalSchedule.Update withRampUpActionOnLogoff(SessionHandlingOperation rampUpActionOnLogoff)

Specifies the rampUpActionOnLogoff property: Action to be taken after a logoff during the ramp up period..

Parameters:

rampUpActionOnLogoff - Action to be taken after a logoff during the ramp up period.

Returns:

the next definition stage.

Applies to