ScalingPlanPersonalSchedule.UpdateStages.WithRampDownActionOnDisconnect Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithRampDownActionOnDisconnect

The stage of the ScalingPlanPersonalSchedule update allowing to specify rampDownActionOnDisconnect.

Method Summary

Modifier and Type Method and Description
abstract Update withRampDownActionOnDisconnect(SessionHandlingOperation rampDownActionOnDisconnect)

Specifies the rampDownActionOnDisconnect property: Action to be taken after a user disconnect during the ramp down period..

Method Details

withRampDownActionOnDisconnect

public abstract ScalingPlanPersonalSchedule.Update withRampDownActionOnDisconnect(SessionHandlingOperation rampDownActionOnDisconnect)

Specifies the rampDownActionOnDisconnect property: Action to be taken after a user disconnect during the ramp down period..

Parameters:

rampDownActionOnDisconnect - Action to be taken after a user disconnect during the ramp down period.

Returns:

the next definition stage.

Applies to