Skip to main content

vw_protection_containers

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

Overview

Namevw_protection_containers
TypeView
Idazure.recovery_services_backup.vw_protection_containers

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, '$.friendlyName') as "friendly_name",
JSON_EXTRACT(properties, '$.backupManagementType') as "backup_management_type",
JSON_EXTRACT(properties, '$.registrationStatus') as "registration_status",
JSON_EXTRACT(properties, '$.healthStatus') as "health_status",
JSON_EXTRACT(properties, '$.containerType') as "container_type",
JSON_EXTRACT(properties, '$.protectableObjectType') as "protectable_object_type",
subscriptionId,
resourceGroupName,
vaultName,
fabricName,
containerName
FROM azure.recovery_services_backup.protection_containers
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND vaultName = 'replace-me' AND fabricName = 'replace-me' AND containerName = 'replace-me';