Skip to main content

vw_throughput_pools

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

Overview

Namevw_throughput_pools
TypeView
Idazure.cosmos_db.vw_throughput_pools

Fields

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

SQL Definition

SELECT
location as location,
tags as tags,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.maxThroughput') as "max_throughput",
subscriptionId,
resourceGroupName,
throughputPoolName
FROM azure.cosmos_db.throughput_pools
WHERE subscriptionId = 'replace-me';