共用方式為


INetworkOperations.ValidateMigrationAsync(String, CancellationToken) Method

Definition

Prepare Virtual Network migration api validates the given virtual network for IaaS Classic to ARM migration.

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

Parameters

virtualNetworkName
String

Name of the Virtual Network to be migrated.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Validate Network Migration operation response.

Applies to