ScalingPlanPersonalSchedule.UpdateStages.WithRampDownActionOnLogoff Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithRampDownActionOnLogoff

The stage of the ScalingPlanPersonalSchedule update allowing to specify rampDownActionOnLogoff.

Method Summary

Modifier and Type Method and Description
abstract Update withRampDownActionOnLogoff(SessionHandlingOperation rampDownActionOnLogoff)

Specifies the rampDownActionOnLogoff property: Action to be taken after a logoff during the ramp down period..

Method Details

withRampDownActionOnLogoff

public abstract ScalingPlanPersonalSchedule.Update withRampDownActionOnLogoff(SessionHandlingOperation rampDownActionOnLogoff)

Specifies the rampDownActionOnLogoff property: Action to be taken after a logoff during the ramp down period..

Parameters:

rampDownActionOnLogoff - Action to be taken after a logoff during the ramp down period.

Returns:

the next definition stage.

Applies to