public class DeviceTwinInfoProperties extends Object
| Constructor and Description |
|---|
DeviceTwinInfoProperties() |
| Modifier and Type | Method and Description |
|---|---|
DeviceTwinProperties |
desired()
Get a portion of the properties that can be written only by the application back-end, and read by the device.
|
DeviceTwinProperties |
reported()
Get a portion of the properties that can be written only by the device, and read by the application back-end.
|
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 |
withReported(DeviceTwinProperties reported)
Set a portion of the properties that can be written only by the device, and read by the application back-end.
|
public DeviceTwinProperties desired()
public DeviceTwinInfoProperties withDesired(DeviceTwinProperties desired)
desired - the desired value to setpublic DeviceTwinProperties reported()
public DeviceTwinInfoProperties withReported(DeviceTwinProperties reported)
reported - the reported value to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/