/// <summary> /// Prepare storage account migration api validates and prepares the /// given storage account for IaaS Classic to ARM migration. /// </summary> /// <param name='operations'> /// Reference to the /// Microsoft.WindowsAzure.Management.Storage.IStorageAccountOperations. /// </param> /// <param name='storageAccountName'> /// Required. Name of storage account to be migrated. /// </param> /// <returns> /// A standard service response including an HTTP status code and /// request ID. /// </returns> public static Task <AzureOperationResponse> BeginPrepareMigrationAsync(this IStorageAccountOperations operations, string storageAccountName) { return(operations.BeginPrepareMigrationAsync(storageAccountName, CancellationToken.None)); }