Skip to main content

vw_shares

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

Overview

Namevw_shares
TypeView
Idazure.data_box_edge.vw_shares

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, '$.description') as "description",
JSON_EXTRACT(properties, '$.shareStatus') as "share_status",
JSON_EXTRACT(properties, '$.monitoringStatus') as "monitoring_status",
JSON_EXTRACT(properties, '$.azureContainerInfo') as "azure_container_info",
JSON_EXTRACT(properties, '$.accessProtocol') as "access_protocol",
JSON_EXTRACT(properties, '$.userAccessRights') as "user_access_rights",
JSON_EXTRACT(properties, '$.clientAccessRights') as "client_access_rights",
JSON_EXTRACT(properties, '$.refreshDetails') as "refresh_details",
JSON_EXTRACT(properties, '$.shareMappings') as "share_mappings",
JSON_EXTRACT(properties, '$.dataPolicy') as "data_policy",
subscriptionId,
resourceGroupName,
deviceName,
name
FROM azure.data_box_edge.shares
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND deviceName = 'replace-me';