| Package | Description |
|---|---|
| com.microsoft.azure.eventgrid.models |
This package contains the models classes for EventGridClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceTwinProperties |
DeviceTwinInfoProperties.desired()
Get a portion of the properties that can be written only by the application back-end, and read by the device.
|
DeviceTwinProperties |
DeviceTwinInfoProperties.reported()
Get a portion of the properties that can be written only by the device, and read by the application back-end.
|
DeviceTwinProperties |
DeviceTwinProperties.withMetadata(DeviceTwinMetadata metadata)
Set metadata information for the properties JSON document.
|
DeviceTwinProperties |
DeviceTwinProperties.withVersion(Double version)
Set version of device twin properties.
|
| Modifier and Type | Method and Description |
|---|---|
DeviceTwinInfoProperties |
DeviceTwinInfoProperties.withDesired(DeviceTwinProperties desired)
Set a portion of the properties that can be written only by the application back-end, and read by the device.
|
DeviceTwinInfoProperties |
DeviceTwinInfoProperties.withReported(DeviceTwinProperties reported)
Set a portion of the properties that can be written only by the device, and read by the application back-end.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/