Skip to main content

vw_inventories

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

Overview

Namevw_inventories
TypeView
Idazure.hybrid_connectivity.vw_inventories

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.cloudNativeType') as "cloud_native_type",
JSON_EXTRACT(properties, '$.cloudNativeResourceId') as "cloud_native_resource_id",
JSON_EXTRACT(properties, '$.azureResourceId') as "azure_resource_id",
JSON_EXTRACT(properties, '$.status') as "status",
JSON_EXTRACT(properties, '$.statusDetails') as "status_details",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
resourceUri,
solutionConfiguration,
inventoryId
FROM azure.hybrid_connectivity.inventories
WHERE resourceUri = 'replace-me' AND solutionConfiguration = 'replace-me';