vw_backup_locations
Creates, updates, deletes, gets or lists a vw_backup_locations
resource.
Overview
Name | vw_backup_locations |
Type | View |
Id | azure_stack.backup_admin.vw_backup_locations |
Fields
See the SQL Definition (view DDL) for fields returned by this view.
SQL Definition
- Sqlite3
- Postgres
SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
JSON_EXTRACT(properties, '$.externalStoreDefault') as "external_store_default",
subscriptionId,
resourceGroupName,
location
FROM azure_stack.backup_admin.backup_locations
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me';
SELECT
id as id,
name as name,
location as location,
type as type,
tags as tags,
json_extract_path_text(properties, '$.externalStoreDefault') as "external_store_default",
subscriptionId,
resourceGroupName,
location
FROM azure_stack.backup_admin.backup_locations
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me';