Get Device Result
data class GetDeviceResult(val azureApiVersion: String, val chipSku: String, val deviceId: String? = null, val id: String, val lastAvailableOsVersion: String, val lastInstalledOsVersion: String, val lastOsUpdateUtc: String, val lastUpdateRequestUtc: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)
An device resource belonging to a device group resource.
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
OS version available for installation when update requested
Link copied to clipboard
OS version running on device when update requested
Link copied to clipboard
Time when update requested and new OS version available
Link copied to clipboard
Time when update was last requested
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.