Partager via


NetworkOperationsExtensions.BeginAbortMigrationAsync Méthode

Définition

Abandonner Réseau virtuel api de migration valide et abandonne le réseau virtuel donné pour la migration IaaS Classic vers ARM.

public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> BeginAbortMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkOperations operations, string virtualNetworkName);
static member BeginAbortMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function BeginAbortMigrationAsync (operations As INetworkOperations, virtualNetworkName As String) As Task(Of AzureOperationResponse)

Paramètres

operations
INetworkOperations

Référence à Microsoft.WindowsAzure.Management.Network.INetworkOperations.

virtualNetworkName
String

Obligatoire. Nom du Réseau virtuel à migrer.

Retours

Task<Microsoft.Azure.AzureOperationResponse>

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

S’applique à