/// <summary>
 /// Delete a table instance.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.DataFactories.Core.ITableOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The resource group name of the data factory.
 /// </param>
 /// <param name='dataFactoryName'>
 /// Required. A unique data factory instance name.
 /// </param>
 /// <param name='tableName'>
 /// Required. Name of the table.
 /// </param>
 /// <returns>
 /// A standard service response for long running operations.
 /// </returns>
 public static Task<LongRunningOperationResponse> BeginDeleteAsync(this ITableOperations operations, string resourceGroupName, string dataFactoryName, string tableName)
 {
     return operations.BeginDeleteAsync(resourceGroupName, dataFactoryName, tableName, CancellationToken.None);
 }
 /// <summary>
 /// Create a cloud service.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.WindowsAzure.Management.Automation.ICloudServiceOperations.
 /// </param>
 /// <param name='clouldServiceName'>
 /// Required. Cloud service name.
 /// </param>
 /// <returns>
 /// The response body contains the status of the specified asynchronous
 /// operation, indicating whether it has succeeded, is inprogress, or
 /// has failed. Note that this status is distinct from the HTTP status
 /// code returned for the Get Operation Status operation itself.  If
 /// the asynchronous operation succeeded, the response body includes
 /// the HTTP status code for the successful request.  If the
 /// asynchronous operation failed, the response body includes the HTTP
 /// status code for the failed request, and also includes error
 /// information regarding the failure.
 /// </returns>
 public static Task<LongRunningOperationStatusResponse> BeginDeleteAsync(this ICloudServiceOperations operations, string clouldServiceName)
 {
     return operations.BeginDeleteAsync(clouldServiceName, CancellationToken.None);
 }
 /// <summary>
 /// Begins deleting an existing Azure SQL Server Active Directory
 /// Administrator.To determine the status of the operation call
 /// GetServerAdministratorDeleteOperationStatus.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Sql.IServerAdministratorOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the Resource Group to which the server
 /// belongs.
 /// </param>
 /// <param name='serverName'>
 /// Required. The name of the Azure SQL Server to which the Azure SQL
 /// Server Active Directory administrator belongs
 /// </param>
 /// <param name='administratorName'>
 /// Required. The name of the Azure SQL Server Active Directory
 /// Administrator.
 /// </param>
 /// <returns>
 /// Response for long running Azure SQL Server Active Directory
 /// administrator delete operations.
 /// </returns>
 public static Task<ServerAdministratorDeleteResponse> BeginDeleteAsync(this IServerAdministratorOperations operations, string resourceGroupName, string serverName, string administratorName)
 {
     return operations.BeginDeleteAsync(resourceGroupName, serverName, administratorName, CancellationToken.None);
 }
 /// <summary>
 /// Deletes the Data Lake Store account object specified by the account
 /// name.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.DataLake.Store.IDataLakeStoreAccountOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the resource group.
 /// </param>
 /// <param name='accountName'>
 /// Required. The name of the account to delete
 /// </param>
 /// <returns>
 /// The response body contains the status of the specified asynchronous
 /// operation, indicating whether it has succeeded, is inprogress, or
 /// has failed. Note that this status is distinct from the HTTP status
 /// code returned for the Get Operation Status operation itself. If
 /// the asynchronous operation succeeded, the response body includes
 /// the HTTP status code for the successful request. If the
 /// asynchronous operation failed, the response body includes the HTTP
 /// status code for the failed request and error information regarding
 /// the failure.
 /// </returns>
 public static Task<AzureAsyncOperationResponse> BeginDeleteAsync(this IDataLakeStoreAccountOperations operations, string resourceGroupName, string accountName)
 {
     return operations.BeginDeleteAsync(resourceGroupName, accountName, CancellationToken.None);
 }
 /// <summary>
 /// Begins deleting the Azure SQL Job Account with the given name. To
 /// determine the status of the operation call
 /// GetJobAccountOperationStatus.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.Sql.IJobAccountOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the Resource Group to which the Azure SQL
 /// Database Server belongs.
 /// </param>
 /// <param name='serverName'>
 /// Required. The name of the Azure SQL Database Server that the Job
 /// Account is hosted in.
 /// </param>
 /// <param name='jobAccountName'>
 /// Required. The name of the Azure SQL Job Account to be deleted.
 /// </param>
 /// <returns>
 /// Response for long running Azure Sql Job Account operations.
 /// </returns>
 public static Task<JobAccountOperationResponse> BeginDeleteAsync(this IJobAccountOperations operations, string resourceGroupName, string serverName, string jobAccountName)
 {
     return operations.BeginDeleteAsync(resourceGroupName, serverName, jobAccountName, CancellationToken.None);
 }
 /// <summary>
 /// Deletes an existing namespace. This operation also removes all
 /// associated notificationHubs under the namespace.  (see
 /// http://msdn.microsoft.com/en-us/library/windowsazure/jj856296.aspx
 /// for more information)
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.NotificationHubs.INamespaceOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The name of the resource group.
 /// </param>
 /// <param name='namespaceName'>
 /// Required. The namespace name.
 /// </param>
 /// <returns>
 /// The response of the CreateOrUpdate Api Management service long
 /// running operation.
 /// </returns>
 public static Task<NamespaceLongRunningResponse> BeginDeleteAsync(this INamespaceOperations operations, string resourceGroupName, string namespaceName)
 {
     return operations.BeginDeleteAsync(resourceGroupName, namespaceName, CancellationToken.None);
 }
 /// <summary>
 /// Delete a stream analytics job.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.StreamAnalytics.IJobOperations.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Required. The resource group name of the stream analytics job.
 /// </param>
 /// <param name='jobName'>
 /// Required. The name of the stream analytics job.
 /// </param>
 /// <returns>
 /// A standard service response for long running operations.
 /// </returns>
 public static Task<LongRunningOperationResponse> BeginDeleteAsync(this IJobOperations operations, string resourceGroupName, string jobName)
 {
     return operations.BeginDeleteAsync(resourceGroupName, jobName, CancellationToken.None);
 }
 /// <summary>
 /// Remove a Recovery Plan from the current Azure Site Recovery Vault.
 /// </summary>
 /// <param name='operations'>
 /// Reference to the
 /// Microsoft.Azure.Management.SiteRecovery.IRecoveryPlanOperations.
 /// </param>
 /// <param name='name'>
 /// Required. RecoveryPlan Name.
 /// </param>
 /// <param name='customRequestHeaders'>
 /// Optional. Request header parameters.
 /// </param>
 /// <returns>
 /// A standard service response for long running operations.
 /// </returns>
 public static Task<LongRunningOperationResponse> BeginDeleteAsync(this IRecoveryPlanOperations operations, string name, CustomRequestHeaders customRequestHeaders)
 {
     return operations.BeginDeleteAsync(name, customRequestHeaders, CancellationToken.None);
 }