ScalingPlanPersonalSchedule.UpdateStages.WithPeakMinutesToWaitOnLogoff Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithPeakMinutesToWaitOnLogoff

The stage of the ScalingPlanPersonalSchedule update allowing to specify peakMinutesToWaitOnLogoff.

Method Summary

Modifier and Type Method and Description
abstract Update withPeakMinutesToWaitOnLogoff(Integer peakMinutesToWaitOnLogoff)

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

Method Details

withPeakMinutesToWaitOnLogoff

public abstract ScalingPlanPersonalSchedule.Update withPeakMinutesToWaitOnLogoff(Integer peakMinutesToWaitOnLogoff)

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

Parameters:

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

Returns:

the next definition stage.

Applies to