Skip to main content

migration_recovery_points

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

Overview

Namemigration_recovery_points
TypeResource
Idazure.recovery_services_site_recovery.migration_recovery_points

Fields

NameDatatypeDescription
idtextResource Id
nametextResource Name
fabricNametextfield from the properties object
locationtextResource Location
migrationItemNametextfield from the properties object
migrationRecoveryPointNametextfield from the properties object
protectionContainerNametextfield from the properties object
recovery_point_timetextfield from the properties object
recovery_point_typetextfield from the properties object
resourceGroupNametextfield from the properties object
resourceNametextfield from the properties object
subscriptionIdtextfield from the properties object
typetextResource Type

Methods

NameAccessible byRequired ParamsDescription
getSELECTfabricName, migrationItemName, migrationRecoveryPointName, protectionContainerName, resourceGroupName, resourceName, subscriptionId
list_by_replication_migration_itemsSELECTfabricName, migrationItemName, protectionContainerName, resourceGroupName, resourceName, subscriptionId

SELECT examples

SELECT
id,
name,
fabricName,
location,
migrationItemName,
migrationRecoveryPointName,
protectionContainerName,
recovery_point_time,
recovery_point_type,
resourceGroupName,
resourceName,
subscriptionId,
type
FROM azure.recovery_services_site_recovery.vw_migration_recovery_points
WHERE fabricName = '{{ fabricName }}'
AND migrationItemName = '{{ migrationItemName }}'
AND protectionContainerName = '{{ protectionContainerName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND resourceName = '{{ resourceName }}'
AND subscriptionId = '{{ subscriptionId }}';