Skip to main content

vw_import_pipelines

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

Overview

Namevw_import_pipelines
TypeView
Idazure.container_registry.vw_import_pipelines

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,
systemData as system_data,
identity as identity,
JSON_EXTRACT(properties, '$.source') as "source",
JSON_EXTRACT(properties, '$.trigger') as "trigger",
JSON_EXTRACT(properties, '$.options') as "options",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
registryName,
importPipelineName
FROM azure.container_registry.import_pipelines
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND registryName = 'replace-me';