Skip to main content

vw_disk_accesses

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

Overview

Namevw_disk_accesses
TypeView
Idazure.compute.vw_disk_accesses

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,
extendedLocation as extended_location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.privateEndpointConnections') as "private_endpoint_connections",
JSON_EXTRACT(properties, '$.provisioningState') as "provisioning_state",
JSON_EXTRACT(properties, '$.timeCreated') as "time_created",
subscriptionId,
resourceGroupName,
diskAccessName
FROM azure.compute.disk_accesses
WHERE subscriptionId = 'replace-me';