Skip to main content

vw_agent_pools

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

Overview

Namevw_agent_pools
TypeView
Idazure.container_registry.vw_agent_pools

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,
systemData as system_data,
JSON_EXTRACT(properties, '$.count') as "count",
JSON_EXTRACT(properties, '$.tier') as "tier",
JSON_EXTRACT(properties, '$.os') as "os",
JSON_EXTRACT(properties, '$.virtualNetworkSubnetResourceId') as "virtual_network_subnet_resource_id",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
registryName,
agentPoolName
FROM azure.container_registry.agent_pools
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND registryName = 'replace-me';