DeploymentIoTJobConfiguration

data class DeploymentIoTJobConfiguration(val abortConfig: DeploymentIoTJobAbortConfig? = null, val jobExecutionsRolloutConfig: DeploymentIoTJobExecutionsRolloutConfig? = null, val timeoutConfig: DeploymentIoTJobTimeoutConfig? = null)

Constructors

Link copied to clipboard
constructor(abortConfig: DeploymentIoTJobAbortConfig? = null, jobExecutionsRolloutConfig: DeploymentIoTJobExecutionsRolloutConfig? = null, timeoutConfig: DeploymentIoTJobTimeoutConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The stop configuration for the job. This configuration defines when and how to stop a job rollout.

Link copied to clipboard

The rollout configuration for the job. This configuration defines the rate at which the job rolls out to the fleet of target devices.

Link copied to clipboard

The timeout configuration for the job. This configuration defines the amount of time each device has to complete the job.