/// <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);
 }
 /// <summary>
 /// Prepare Virtual Network migration api validates and prepare the
 /// given virtual network for IaaS Classic to ARM migration.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Network.INetworkOperations.
 /// </param>
 /// <param name='virtualNetworkName'>
 /// Required. Name of the Virtual Network to be migrated.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task<AzureOperationResponse> BeginPrepareMigrationAsync(this INetworkOperations operations, string virtualNetworkName)
 {
     return operations.BeginPrepareMigrationAsync(virtualNetworkName, CancellationToken.None);
 }
 /// <summary>
 /// The Prepare Deployment Operation validates and prepares your
 /// deployment for IaaS Classic to ARM migration.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Compute.IDeploymentOperations.
 /// </param>
 /// <param name='serviceName'>
 /// Required. Name of the cloud service.
 /// </param>
 /// <param name='deploymentName'>
 /// Required. Name of the deployment to be migrated.
 /// </param>
 /// <param name='parameters'>
 /// Required. Deployment Network resource parameters for migration.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task<AzureOperationResponse> BeginPrepareMigrationAsync(this IDeploymentOperations operations, string serviceName, string deploymentName, PrepareDeploymentMigrationParameters parameters)
 {
     return operations.BeginPrepareMigrationAsync(serviceName, deploymentName, parameters, CancellationToken.None);
 }
 /// <summary>
 /// Prepare routetable migration api validates and prepares the given
 /// routetable for IaaS Classic to ARM migration.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Network.IRouteOperations.
 /// </param>
 /// <param name='routeTableName'>
 /// Required. Name of the routetable to be migrated.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task<AzureOperationResponse> BeginPrepareMigrationAsync(this IRouteOperations operations, string routeTableName)
 {
     return operations.BeginPrepareMigrationAsync(routeTableName, CancellationToken.None);
 }
 /// <summary>
 /// Prepare resservedIP migration api validates and prepares the given
 /// reservedIP for IaaS Classic to ARM migration.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Network.IReservedIPOperations.
 /// </param>
 /// <param name='ipName'>
 /// Required. Name of the reservedIP to be migrated.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task<AzureOperationResponse> BeginPrepareMigrationAsync(this IReservedIPOperations operations, string ipName)
 {
     return operations.BeginPrepareMigrationAsync(ipName, CancellationToken.None);
 }
 /// <summary>
 /// Prepare resservedIP migration api validates and prepares the given
 /// network security group for IaaS Classic to ARM migration.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Network.INetworkSecurityGroupOperations.
 /// </param>
 /// <param name='networkSecurityGroupName'>
 /// Required. Name of the network security group to be migrated.
 /// </param>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task<AzureOperationResponse> BeginPrepareMigrationAsync(this INetworkSecurityGroupOperations operations, string networkSecurityGroupName)
 {
     return operations.BeginPrepareMigrationAsync(networkSecurityGroupName, CancellationToken.None);
 }