NetworkOperationsExtensions.ValidateMigrationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prepare Virtual Network migration api validates the given virtual network for IaaS Classic to ARM migration.
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse> ValidateMigrationAsync (this Microsoft.WindowsAzure.Management.Network.INetworkOperations operations, string virtualNetworkName);
static member ValidateMigrationAsync : Microsoft.WindowsAzure.Management.Network.INetworkOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.NetworkMigrationValidationResponse>
<Extension()>
Public Function ValidateMigrationAsync (operations As INetworkOperations, virtualNetworkName As String) As Task(Of NetworkMigrationValidationResponse)
Parameters
- operations
- INetworkOperations
Reference to the Microsoft.WindowsAzure.Management.Network.INetworkOperations.
- virtualNetworkName
- String
Required. Name of the Virtual Network to be migrated.
Returns
The Validate Network Migration operation response.