Freigeben über


MigrationRecoveryPointCollection.GetAsync(String, CancellationToken) Methode

Definition

Ruft einen Wiederherstellungspunkt für ein Migrationselement ab.

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

Parameter

migrationRecoveryPointName
String

Der Name des Wiederherstellungspunkts für die Migration.

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: