ImportExportOperationsExtensions Class

Definition

The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.

public static class ImportExportOperationsExtensions
type ImportExportOperationsExtensions = class
Public Module ImportExportOperationsExtensions
Inheritance
ImportExportOperationsExtensions

Methods

Export(IImportExportOperations, String, String, String, ExportRequestParameters)

Exports a Azure SQL Database to bacpac. To determine the status of the operation call GetImportExportOperationStatus.

ExportAsync(IImportExportOperations, String, String, String, ExportRequestParameters)

Exports a Azure SQL Database to bacpac. To determine the status of the operation call GetImportExportOperationStatus.

GetImportExportOperationStatus(IImportExportOperations, String)

Gets the status of an Azure Sql Database import/export operation.

GetImportExportOperationStatusAsync(IImportExportOperations, String)

Gets the status of an Azure Sql Database import/export operation.

Import(IImportExportOperations, String, String, ImportRequestParameters)

Imports a bacpac to Azure SQL Database. To determine the status of the operation call GetImportExportOperationStatus.

ImportAsync(IImportExportOperations, String, String, ImportRequestParameters)

Imports a bacpac to Azure SQL Database. To determine the status of the operation call GetImportExportOperationStatus.

ImportToExistingDatabase(IImportExportOperations, String, String, String, ImportExtensionRequestParameteres)

Imports a bacpac to an empty Azure SQL Database. To determine the status of the operation call GetImportExportOperationStatus.

ImportToExistingDatabaseAsync(IImportExportOperations, String, String, String, ImportExtensionRequestParameteres)

Imports a bacpac to an empty Azure SQL Database. To determine the status of the operation call GetImportExportOperationStatus.

Applies to