Freigeben über


SiteRecoveryMigrationItemResource.GetMigrationRecoveryPoint Methode

Definition

Ruft einen Wiederherstellungspunkt für ein Migrationselement ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{resourceName}/replicationFabrics/{fabricName}/replicationProtectionContainers/{protectionContainerName}/replicationMigrationItems/{migrationItemName}/migrationRecoveryPoints/{migrationRecoveryPointName}
  • Vorgang IdMigrationRecoveryPoints_Get
public virtual Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.MigrationRecoveryPointResource> GetMigrationRecoveryPoint (string migrationRecoveryPointName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetMigrationRecoveryPoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.MigrationRecoveryPointResource>
override this.GetMigrationRecoveryPoint : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.RecoveryServicesSiteRecovery.MigrationRecoveryPointResource>
Public Overridable Function GetMigrationRecoveryPoint (migrationRecoveryPointName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of MigrationRecoveryPointResource)

Parameter

migrationRecoveryPointName
String

Der Name des Migrationswiederherstellungspunkts.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

migrationRecoveryPointName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

migrationRecoveryPointName ist NULL.

Gilt für: