Skip to main content

update_runs_top_levels

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

Overview

Nameupdate_runs_top_levels
TypeResource
Idazure_stack.update_admin.update_runs_top_levels

Fields

NameDatatypeDescription
idtextURI of the resource.
nametextName of the resource.
durationtextfield from the properties object
locationtextRegion location of resource.
progresstextfield from the properties object
resourceGroupNametextfield from the properties object
runNametextfield from the properties object
statetextfield from the properties object
subscriptionIdtextfield from the properties object
tagstextList of key-value pairs.
time_startedtextfield from the properties object
typetextType of resource.
updateLocationtextfield from the properties object

Methods

NameAccessible byRequired ParamsDescription
getSELECTresourceGroupName, runName, subscriptionId, updateLocationGet an instance of update run using the ID.
listSELECTresourceGroupName, subscriptionId, updateLocationGet the list of update runs.

SELECT examples

Get the list of update runs.

SELECT
id,
name,
duration,
location,
progress,
resourceGroupName,
runName,
state,
subscriptionId,
tags,
time_started,
type,
updateLocation
FROM azure_stack.update_admin.vw_update_runs_top_levels
WHERE resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND updateLocation = '{{ updateLocation }}';