Skip to main content

devices_update_summaries

Creates, updates, deletes, gets or lists a devices_update_summaries resource.

Overview

Namedevices_update_summaries
TypeResource
Idazure.data_box_edge.devices_update_summaries

Fields

NameDatatypeDescription
idtextThe path ID that uniquely identifies the object.
nametextThe object name.
deviceNametextfield from the properties object
device_last_scanned_date_timetextfield from the properties object
device_version_numbertextfield from the properties object
friendly_device_version_nametextfield from the properties object
in_progress_download_job_idtextfield from the properties object
in_progress_download_job_started_date_timetextfield from the properties object
in_progress_install_job_idtextfield from the properties object
in_progress_install_job_started_date_timetextfield from the properties object
last_completed_download_job_date_timetextfield from the properties object
last_completed_download_job_idtextfield from the properties object
last_completed_install_job_date_timetextfield from the properties object
last_completed_install_job_idtextfield from the properties object
last_completed_scan_job_date_timetextfield from the properties object
last_download_job_statustextfield from the properties object
last_install_job_statustextfield from the properties object
last_successful_install_job_date_timetextfield from the properties object
last_successful_scan_job_timetextfield from the properties object
ongoing_update_operationtextfield from the properties object
reboot_behaviortextfield from the properties object
resourceGroupNametextfield from the properties object
subscriptionIdtextfield from the properties object
system_datatextfield from the properties object
total_number_of_updates_availabletextfield from the properties object
total_number_of_updates_pending_downloadtextfield from the properties object
total_number_of_updates_pending_installtextfield from the properties object
total_time_in_minutestextfield from the properties object
total_update_size_in_bytestextfield from the properties object
typetextThe hierarchical type of the object.
update_titlestextfield from the properties object
updatestextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTdeviceName, resourceGroupName, subscriptionId

SELECT examples

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 }}';