Skip to main content

vw_replication_protection_containers

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

Overview

Namevw_replication_protection_containers
TypeView
Idazure.recovery_services_site_recovery.vw_replication_protection_containers

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, '$.fabricFriendlyName') as "fabric_friendly_name",
JSON_EXTRACT(properties, '$.friendlyName') as "friendly_name",
JSON_EXTRACT(properties, '$.fabricType') as "fabric_type",
JSON_EXTRACT(properties, '$.protectedItemCount') as "protected_item_count",
JSON_EXTRACT(properties, '$.pairingStatus') as "pairing_status",
JSON_EXTRACT(properties, '$.role') as "role",
JSON_EXTRACT(properties, '$.fabricSpecificDetails') as "fabric_specific_details",
subscriptionId,
resourceGroupName,
resourceName,
fabricName,
protectionContainerName
FROM azure.recovery_services_site_recovery.replication_protection_containers
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND resourceName = 'replace-me';