| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.jobs | |
| com.microsoft.azure.sdk.iot.service.query |
| Modifier and Type | Method and Description |
|---|---|
ScheduledJob |
ScheduledJobsClient.cancel(String jobId)
Cancel a current jod on the IoTHub
|
ScheduledJob |
ScheduledJobsClient.get(String jobId)
Get the current job on the iotHub.
|
ScheduledJob |
ScheduledJobsClient.scheduleDirectMethod(String jobId,
String queryCondition,
String methodName,
Date startTimeUtc)
Creates a new ScheduledJob to invoke method on one or multiple devices
|
ScheduledJob |
ScheduledJobsClient.scheduleDirectMethod(String jobId,
String queryCondition,
String methodName,
Date startTimeUtc,
DirectMethodsJobOptions options)
Creates a new ScheduledJob to invoke method on one or multiple devices
|
ScheduledJob |
ScheduledJobsClient.scheduleUpdateTwin(String jobId,
String queryCondition,
Twin updateTwin,
Date startTimeUtc,
long maxExecutionTimeInSeconds)
Creates a new ScheduledJob to update twin tags and desired properties on one or multiple devices
|
| Modifier and Type | Method and Description |
|---|---|
ScheduledJob |
JobQueryResponse.next()
Return the next job from the query.
|
ScheduledJob |
JobQueryResponse.next(QueryPageOptions pageOptions)
Return the next job from the query.
|
Copyright © 2024. All rights reserved.