vw_replication_storage_classification_mappings
Creates, updates, deletes, gets or lists a vw_replication_storage_classification_mappings
resource.
Overview
Name | vw_replication_storage_classification_mappings |
Type | View |
Id | azure.recovery_services_site_recovery.vw_replication_storage_classification_mappings |
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,
JSON_EXTRACT(properties, '$.targetStorageClassificationId') as "target_storage_classification_id",
subscriptionId,
resourceGroupName,
resourceName,
fabricName,
storageClassificationName,
storageClassificationMappingName
FROM azure.recovery_services_site_recovery.replication_storage_classification_mappings
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND resourceName = 'replace-me';
SELECT
id as id,
name as name,
location as location,
type as type,
json_extract_path_text(properties, '$.targetStorageClassificationId') as "target_storage_classification_id",
subscriptionId,
resourceGroupName,
resourceName,
fabricName,
storageClassificationName,
storageClassificationMappingName
FROM azure.recovery_services_site_recovery.replication_storage_classification_mappings
WHERE subscriptionId = 'replace-me' AND resourceGroupName = 'replace-me' AND resourceName = 'replace-me';