| Package | Description |
|---|---|
| com.microsoft.azure.sdk.iot.service.jobs | |
| com.microsoft.azure.sdk.iot.service.query | |
| com.microsoft.azure.sdk.iot.service.twin |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
Twin |
TwinQueryResponse.next()
Return the next Twin from the query.
|
Twin |
TwinQueryResponse.next(QueryPageOptions pageOptions)
Return the next Twin from the query.
|
| Modifier and Type | Method and Description |
|---|---|
static Twin |
Twin.fromJson(String json) |
Twin |
TwinClient.get(String deviceId)
This method retrieves device twin for the specified device.
|
Twin |
TwinClient.get(String deviceId,
String moduleId)
This method retrieves device twin for the specified device.
|
Twin |
TwinClient.patch(Twin twin)
This method patches the twin for the specified device.
|
Twin |
TwinClient.patch(Twin twin,
String ifMatch)
This method patches the twin for the specified device.
|
Twin |
TwinClient.replace(Twin twin)
Replace the full twin for a given device or module with the provided twin.
|
Twin |
TwinClient.replace(Twin twin,
String ifMatch)
Replace the full twin for a given device or module with the provided twin.
|
| Modifier and Type | Method and Description |
|---|---|
Twin |
TwinClient.patch(Twin twin)
This method patches the twin for the specified device.
|
Twin |
TwinClient.patch(Twin twin,
String ifMatch)
This method patches the twin for the specified device.
|
Twin |
TwinClient.replace(Twin twin)
Replace the full twin for a given device or module with the provided twin.
|
Twin |
TwinClient.replace(Twin twin,
String ifMatch)
Replace the full twin for a given device or module with the provided twin.
|
Copyright © 2024. All rights reserved.