Skip to main content

vw_private_stores

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

Overview

Namevw_private_stores
TypeView
Idazure_extras.marketplace.vw_private_stores

Fields

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

SQL Definition

SELECT
id as id,
name as name,
type as type,
systemData as system_data,
JSON_EXTRACT(properties, '$.availability') as "availability",
JSON_EXTRACT(properties, '$.privateStoreId') as "private_store_id",
JSON_EXTRACT(properties, '$.eTag') as "e_tag",
JSON_EXTRACT(properties, '$.privateStoreName') as "private_store_name",
JSON_EXTRACT(properties, '$.tenantId') as "tenant_id",
JSON_EXTRACT(properties, '$.isGov') as "is_gov",
JSON_EXTRACT(properties, '$.collectionIds') as "collection_ids",
JSON_EXTRACT(properties, '$.branding') as "branding",
JSON_EXTRACT(properties, '$.notificationsSettings') as "notifications_settings",
privateStoreId
FROM azure_extras.marketplace.private_stores
WHERE privateStoreId = 'replace-me';