Partager via


IRouteOperations.BeginAbortMigrationAsync(String, CancellationToken) Méthode

Définition

L’API de migration pouvant être routée valide et abandonne la table de routage donnée pour la migration IaaS Classic vers ARM.

public System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync (string routeTableName, System.Threading.CancellationToken cancellationToken);
abstract member BeginAbortMigrationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
Public Function BeginAbortMigrationAsync (routeTableName As String, cancellationToken As CancellationToken) As Task(Of AzureOperationResponse)

Paramètres

routeTableName
String

Nom de la table de routage à migrer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

Réponse de service standard comprenant un code de status HTTP et un ID de demande.

S’applique à