Skip to main content

vw_storage_settings

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

Overview

Namevw_storage_settings
TypeView
Idazure_stack.storage_admin.vw_storage_settings

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,
type as type,
JSON_EXTRACT(properties, '$.retentionPeriodForDeletedStorageAccountsInDays') as "retention_period_for_deleted_storage_accounts_in_days",
subscriptionId,
location
FROM azure_stack.storage_admin.storage_settings
WHERE subscriptionId = 'replace-me' AND location = 'replace-me';