ManagedServicesStartStopPlanParameters Object
Last updated
Additional parameters for a Managed Services Start/Stop plan.
Indicates what type of start & stop actions will be created.
Type: string
Allowed Values:
start-stop-combined
start-stop
start-only
stop-only
Required: Yes
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
Last updated
{
"startStopMode": "start-stop-combined",
"stopTimeInSeconds": 43200
}