ScalingPlanPersonalSchedule.UpdateStages.WithRampUpMinutesToWaitOnLogoff Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithRampUpMinutesToWaitOnLogoff

The stage of the ScalingPlanPersonalSchedule update allowing to specify rampUpMinutesToWaitOnLogoff.

Method Summary

Modifier and Type Method and Description
abstract Update withRampUpMinutesToWaitOnLogoff(Integer rampUpMinutesToWaitOnLogoff)

Specifies the rampUpMinutesToWaitOnLogoff property: The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period..

Method Details

withRampUpMinutesToWaitOnLogoff

public abstract ScalingPlanPersonalSchedule.Update withRampUpMinutesToWaitOnLogoff(Integer rampUpMinutesToWaitOnLogoff)

Specifies the rampUpMinutesToWaitOnLogoff property: The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period..

Parameters:

rampUpMinutesToWaitOnLogoff - The time in minutes to wait before performing the desired session handling action when a user logs off during the ramp up period.

Returns:

the next definition stage.

Applies to