| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.devicetwin | |
| com.microsoft.azure.sdk.iot.service.jobs |
| Modifier and Type | Method and Description |
|---|---|
JobResult |
Job.cancel()
Cancel a current jod on the IoTHub
|
JobResult |
Job.get()
Get the current job status on the iotHub.
|
| Modifier and Type | Method and Description |
|---|---|
JobResult |
JobClient.cancelJob(String jobId)
Cancel a current jod on the IoTHub
|
JobResult |
JobClient.getJob(String jobId)
Get the current job on the iotHub.
|
JobResult |
JobClient.getNextJob(Query query)
returns the next job result in response.
|
JobResult |
JobClient.scheduleDeviceMethod(String jobId,
String queryCondition,
String methodName,
Long responseTimeoutInSeconds,
Long connectTimeoutInSeconds,
Object payload,
Date startTimeUtc,
long maxExecutionTimeInSeconds)
Creates a new Job to invoke method on one or multiple devices
|
JobResult |
JobClient.scheduleUpdateTwin(String jobId,
String queryCondition,
DeviceTwinDevice updateTwin,
Date startTimeUtc,
long maxExecutionTimeInSeconds)
Creates a new Job to update twin tags and desired properties on one or multiple devices
|
Copyright © 2022. All rights reserved.