共用方式為


MigrationRecoveryPoints interface

Interface representing a MigrationRecoveryPoints.

Methods

get(string, string, string, string, string, string, MigrationRecoveryPointsGetOptionalParams)

Gets a recovery point for a migration item.

listByReplicationMigrationItems(string, string, string, string, string, MigrationRecoveryPointsListByReplicationMigrationItemsOptionalParams)

Gets the recovery points for a migration item.

Method Details

get(string, string, string, string, string, string, MigrationRecoveryPointsGetOptionalParams)

Gets a recovery point for a migration item.

function get(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, migrationItemName: string, migrationRecoveryPointName: string, options?: MigrationRecoveryPointsGetOptionalParams): Promise<MigrationRecoveryPoint>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

fabricName

string

Fabric unique name.

protectionContainerName

string

Protection container name.

migrationItemName

string

Migration item name.

migrationRecoveryPointName

string

The migration recovery point name.

options
MigrationRecoveryPointsGetOptionalParams

The options parameters.

Returns

listByReplicationMigrationItems(string, string, string, string, string, MigrationRecoveryPointsListByReplicationMigrationItemsOptionalParams)

Gets the recovery points for a migration item.

function listByReplicationMigrationItems(resourceName: string, resourceGroupName: string, fabricName: string, protectionContainerName: string, migrationItemName: string, options?: MigrationRecoveryPointsListByReplicationMigrationItemsOptionalParams): PagedAsyncIterableIterator<MigrationRecoveryPoint, MigrationRecoveryPoint[], PageSettings>

Parameters

resourceName

string

The name of the recovery services vault.

resourceGroupName

string

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

fabricName

string

Fabric unique name.

protectionContainerName

string

Protection container name.

migrationItemName

string

Migration item name.

Returns