Partager via


IRouteOperations.ValidateMigrationAsync(String, CancellationToken) Méthode

Définition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse> ValidateMigrationAsync (string routeTableName, System.Threading.CancellationToken cancellationToken);
abstract member ValidateMigrationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse>
Public Function ValidateMigrationAsync (routeTableName As String, cancellationToken As CancellationToken) As Task(Of NetworkMigrationValidationResponse)

Paramètres

routeTableName
String

Nom de la table de routage à migrer.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Réponse de l’opération Valider la migration de réseau.

S’applique à