devices_update_summaries
Creates, updates, deletes, gets or lists a devices_update_summaries
resource.
Overview
Name | devices_update_summaries |
Type | Resource |
Id | azure.data_box_edge.devices_update_summaries |
Fields
- vw_devices_update_summaries
- devices_update_summaries
Name | Datatype | Description |
---|---|---|
id | text | The path ID that uniquely identifies the object. |
name | text | The object name. |
deviceName | text | field from the properties object |
device_last_scanned_date_time | text | field from the properties object |
device_version_number | text | field from the properties object |
friendly_device_version_name | text | field from the properties object |
in_progress_download_job_id | text | field from the properties object |
in_progress_download_job_started_date_time | text | field from the properties object |
in_progress_install_job_id | text | field from the properties object |
in_progress_install_job_started_date_time | text | field from the properties object |
last_completed_download_job_date_time | text | field from the properties object |
last_completed_download_job_id | text | field from the properties object |
last_completed_install_job_date_time | text | field from the properties object |
last_completed_install_job_id | text | field from the properties object |
last_completed_scan_job_date_time | text | field from the properties object |
last_download_job_status | text | field from the properties object |
last_install_job_status | text | field from the properties object |
last_successful_install_job_date_time | text | field from the properties object |
last_successful_scan_job_time | text | field from the properties object |
ongoing_update_operation | text | field from the properties object |
reboot_behavior | text | field from the properties object |
resourceGroupName | text | field from the properties object |
subscriptionId | text | field from the properties object |
system_data | text | field from the properties object |
total_number_of_updates_available | text | field from the properties object |
total_number_of_updates_pending_download | text | field from the properties object |
total_number_of_updates_pending_install | text | field from the properties object |
total_time_in_minutes | text | field from the properties object |
total_update_size_in_bytes | text | field from the properties object |
type | text | The hierarchical type of the object. |
update_titles | text | field from the properties object |
updates | text | field from the properties object |
Name | Datatype | Description |
---|---|---|
id | string | The path ID that uniquely identifies the object. |
name | string | The object name. |
properties | object | The device update information summary. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | The hierarchical type of the object. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | deviceName, resourceGroupName, subscriptionId |
SELECT
examples
- vw_devices_update_summaries
- devices_update_summaries
SELECT
id,
name,
deviceName,
device_last_scanned_date_time,
device_version_number,
friendly_device_version_name,
in_progress_download_job_id,
in_progress_download_job_started_date_time,
in_progress_install_job_id,
in_progress_install_job_started_date_time,
last_completed_download_job_date_time,
last_completed_download_job_id,
last_completed_install_job_date_time,
last_completed_install_job_id,
last_completed_scan_job_date_time,
last_download_job_status,
last_install_job_status,
last_successful_install_job_date_time,
last_successful_scan_job_time,
ongoing_update_operation,
reboot_behavior,
resourceGroupName,
subscriptionId,
system_data,
total_number_of_updates_available,
total_number_of_updates_pending_download,
total_number_of_updates_pending_install,
total_time_in_minutes,
total_update_size_in_bytes,
type,
update_titles,
updates
FROM azure.data_box_edge.vw_devices_update_summaries
WHERE deviceName = '{{ deviceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';
SELECT
id,
name,
properties,
systemData,
type
FROM azure.data_box_edge.devices_update_summaries
WHERE deviceName = '{{ deviceName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';