/// <summary>
 /// Commit storage account migration api validates and commits 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> BeginCommitMigrationAsync(this IStorageAccountOperations operations, string storageAccountName)
 {
     return operations.BeginCommitMigrationAsync(storageAccountName, CancellationToken.None);
 }
 /// <summary>
 /// Commit Virtual Network migration api validates and commits 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> BeginCommitMigrationAsync(this INetworkOperations operations, string virtualNetworkName)
 {
     return operations.BeginCommitMigrationAsync(virtualNetworkName, CancellationToken.None);
 }
 /// <summary>
 /// The Commit Deployment Operation validates and commits 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> BeginCommitMigrationAsync(this IDeploymentOperations operations, string serviceName, string deploymentName)
 {
     return operations.BeginCommitMigrationAsync(serviceName, deploymentName, CancellationToken.None);
 }
 /// <summary>
 /// Commit routetable migration api validates and commits 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> BeginCommitMigrationAsync(this IRouteOperations operations, string routeTableName)
 {
     return operations.BeginCommitMigrationAsync(routeTableName, CancellationToken.None);
 }
 /// <summary>
 /// Commit resservedIP migration api validates and commits 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> BeginCommitMigrationAsync(this IReservedIPOperations operations, string ipName)
 {
     return operations.BeginCommitMigrationAsync(ipName, CancellationToken.None);
 }
 /// <summary>
 /// Commit resservedIP migration api validates and commits 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> BeginCommitMigrationAsync(this INetworkSecurityGroupOperations operations, string networkSecurityGroupName)
 {
     return operations.BeginCommitMigrationAsync(networkSecurityGroupName, CancellationToken.None);
 }