Package version:

LogCollectionJobType: string

Specifies the type of log collection job. Determines whether the logs are collected immediately on demand or as part of a scheduled operation.
KnownLogCollectionJobType can be used interchangeably with LogCollectionJobType, this enum contains the known values that the service supports.

OnDemand: Log collection is triggered manually and executed immediately.
Scheduled: Log collection is scheduled to run at a predefined time or interval.