Skip to main content

vw_backup_locations

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

Overview

Namevw_backup_locations
TypeView
Idazure_stack.backup_admin.vw_backup_locations

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,
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';