Skip to main content

vw_dedicated_hsms

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

Overview

Namevw_dedicated_hsms
TypeView
Idazure.hardware_security_modules.vw_dedicated_hsms

Fields

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

SQL Definition

SELECT
location as location,
sku as sku,
zones as zones,
tags as tags,
JSON_EXTRACT(properties, '$.networkProfile') as "network_profile",
JSON_EXTRACT(properties, '$.managementNetworkProfile') as "management_network_profile",
JSON_EXTRACT(properties, '$.stampId') as "stamp_id",
JSON_EXTRACT(properties, '$.statusMessage') as "status_message",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
subscriptionId,
resourceGroupName,
name
FROM azure.hardware_security_modules.dedicated_hsms
WHERE subscriptionId = 'replace-me';