Skip to main content

vw_infrastructure_resources

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

Overview

Namevw_infrastructure_resources
TypeView
Idazure.integration_environment.vw_infrastructure_resources

Fields

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

SQL Definition

SELECT
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.resourceType') as "resource_type",
JSON_EXTRACT(properties, '$.resourceId') as "resource_id",
subscriptionId,
resourceGroupName,
spaceName,
infrastructureResourceName
FROM azure.integration_environment.infrastructure_resources
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND spaceName = 'replace-me';