ManagedServicesStartStopPlanParameters Object
Description
Additional parameters for a Managed Services Start/Stop plan.
Properties
startStopMode
Indicates what type of start & stop actions will be created.
Type: string
Allowed Values:
start-stop-combinedstart-stopstart-onlystop-only
Required: Yes
stopTimeInSeconds
Time (in seconds) after which the resources will be stopped. Required if startStopMode is set to start-stop-combined or start-stop.
Type: integer
Required: Conditional
Sample JSON
{
"startStopMode": "start-stop-combined",
"stopTimeInSeconds": 43200
}Last updated