Skip to main content

vw_storage_domains

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

Overview

Namevw_storage_domains
TypeView
Idazure_extras.storsimple_1200_series.vw_storage_domains

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,
JSON_EXTRACT(properties, '$.storageAccountCredentialIds') as "storage_account_credential_ids",
JSON_EXTRACT(properties, '$.encryptionKey') as "encryption_key",
JSON_EXTRACT(properties, '$.encryptionStatus') as "encryption_status",
subscriptionId,
resourceGroupName,
managerName,
storageDomainName
FROM azure_extras.storsimple_1200_series.storage_domains
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND managerName = 'replace-me';