IotJobAbortCriteria
class IotJobAbortCriteria
Contains criteria that define when and how to cancel a job.
The deployment stops if the following conditions are true:
The number of things that receive the deployment exceeds the
minNumberOfExecutedThings
.The percentage of failures with type
failureType
exceeds thethresholdPercentage
.
Types
Properties
Link copied to clipboard
The action to perform when the criteria are met.
Link copied to clipboard
The type of job deployment failure that can cancel a job.
Link copied to clipboard
The minimum number of things that receive the configuration before the job can cancel.
Link copied to clipboard
The minimum percentage of failureType
failures that occur before the job can cancel.