Skip to main content

vw_vh_ds

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

Overview

Namevw_vh_ds
TypeView
Idazure_extras.test_base.vw_vh_ds

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.path') as "path",
JSON_EXTRACT(properties, '$.fileName') as "file_name",
JSON_EXTRACT(properties, '$.fileSize') as "file_size",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.creationTime') as "creation_time",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
testBaseAccountName,
vhdName
FROM azure_extras.test_base.vh_ds
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND testBaseAccountName = 'replace-me';