Skip to main content

vw_update_runs_top_levels

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

Overview

Namevw_update_runs_top_levels
TypeView
Idazure_stack.update_admin.vw_update_runs_top_levels

Fields

See the SQL Definition (view DDL) for fields returned by this view.

SQL Definition

SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.progress') as "progress",
JSON_EXTRACT(properties, '$.timeStarted') as "time_started",
JSON_EXTRACT(properties, '$.duration') as "duration",
JSON_EXTRACT(properties, '$.state') as "state",
subscriptionId,
resourceGroupName,
updateLocation,
runName
FROM azure_stack.update_admin.update_runs_top_levels
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND updateLocation = 'replace-me';