maxConcurrentRunCount property

String? maxConcurrentRunCount
getter/setter pair

Maximum number of runs that can be started concurrently for this Schedule.

This is the limit for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable).

Required.

Implementation

core.String? maxConcurrentRunCount;