/// <summary>
 /// Abort storage account migration api validates and aborts 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> BeginAbortMigrationAsync(this IStorageAccountOperations operations, string storageAccountName)
 {
     return operations.BeginAbortMigrationAsync(storageAccountName, CancellationToken.None);
 }
 /// <summary>
 /// Abort Virtual Network migration api validates and aborts 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> BeginAbortMigrationAsync(this INetworkOperations operations, string virtualNetworkName)
 {
     return operations.BeginAbortMigrationAsync(virtualNetworkName, CancellationToken.None);
 }
 /// <summary>
 /// The Abort Deployment Operation validates and aborts 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>
 /// <returns>
 /// A standard service response including an HTTP status code and
 /// request ID.
 /// </returns>
 public static Task<AzureOperationResponse> BeginAbortMigrationAsync(this IDeploymentOperations operations, string serviceName, string deploymentName)
 {
     return operations.BeginAbortMigrationAsync(serviceName, deploymentName, CancellationToken.None);
 }
 /// <summary>
 /// Abort routetable migration api validates and aborts 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> BeginAbortMigrationAsync(this IRouteOperations operations, string routeTableName)
 {
     return operations.BeginAbortMigrationAsync(routeTableName, CancellationToken.None);
 }
 /// <summary>
 /// Abort resservedIP migration api validates and aborts 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> BeginAbortMigrationAsync(this IReservedIPOperations operations, string ipName)
 {
     return operations.BeginAbortMigrationAsync(ipName, CancellationToken.None);
 }
 /// <summary>
 /// Abort resservedIP migration api validates and aborts 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> BeginAbortMigrationAsync(this INetworkSecurityGroupOperations operations, string networkSecurityGroupName)
 {
     return operations.BeginAbortMigrationAsync(networkSecurityGroupName, CancellationToken.None);
 }