Skip to main content

vw_billing_containers

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

Overview

Namevw_billing_containers
TypeView
Idazure.device_registry.vw_billing_containers

Fields

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

SQL Definition

SELECT
etag as etag,
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
billingContainerName
FROM azure.device_registry.billing_containers
WHERE subscriptionId = 'replace-me';