Package version:

Interface representing a MigrationRecoveryPoints.

interface MigrationRecoveryPoints {
    get(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, migrationItemName: string, migrationRecoveryPointName: string, options?: MigrationRecoveryPointsGetOptionalParams): Promise<MigrationRecoveryPoint>;
    listByReplicationMigrationItems(resourceGroupName: string, resourceName: string, fabricName: string, protectionContainerName: string, migrationItemName: string, options?: MigrationRecoveryPointsListByReplicationMigrationItemsOptionalParams): PagedAsyncIterableIterator<MigrationRecoveryPoint>;
}

Methods

  • Gets a recovery point for a migration item.

    Parameters

    • resourceGroupName: string

      The name of the resource group where the recovery services vault is present.

    • resourceName: string

      The name of the recovery services vault.

    • fabricName: string

      Fabric unique name.

    • protectionContainerName: string

      Protection container name.

    • migrationItemName: string

      Migration item name.

    • migrationRecoveryPointName: string

      The migration recovery point name.

    • Optionaloptions: MigrationRecoveryPointsGetOptionalParams

      The options parameters.

    Returns Promise<MigrationRecoveryPoint>