ScalingPlanPersonalSchedule.UpdateStages.WithPeakActionOnDisconnect Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithPeakActionOnDisconnect

The stage of the ScalingPlanPersonalSchedule update allowing to specify peakActionOnDisconnect.

Method Summary

Modifier and Type Method and Description
abstract Update withPeakActionOnDisconnect(SessionHandlingOperation peakActionOnDisconnect)

Specifies the peakActionOnDisconnect property: Action to be taken after a user disconnect during the peak period..

Method Details

withPeakActionOnDisconnect

public abstract ScalingPlanPersonalSchedule.Update withPeakActionOnDisconnect(SessionHandlingOperation peakActionOnDisconnect)

Specifies the peakActionOnDisconnect property: Action to be taken after a user disconnect during the peak period..

Parameters:

peakActionOnDisconnect - Action to be taken after a user disconnect during the peak period.

Returns:

the next definition stage.

Applies to