IImportExportOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents all the operations for import/export on Azure SQL Databases. Contains operations to: Import, Export, Get Import/Export status for a database.
public interface IImportExportOperations
type IImportExportOperations = interface
Public Interface IImportExportOperations
Methods
ExportAsync(String, String, String, ExportRequestParameters, CancellationToken) |
Exports a Azure SQL Database to bacpac. To determine the status of the operation call GetImportExportOperationStatus. |
GetImportExportOperationStatusAsync(String, CancellationToken) |
Gets the status of an Azure Sql Database import/export operation. |
ImportAsync(String, String, ImportRequestParameters, CancellationToken) |
Imports a bacpac to Azure SQL Database. To determine the status of the operation call GetImportExportOperationStatus. |
ImportToExistingDatabaseAsync(String, String, String, ImportExtensionRequestParameteres, CancellationToken) |
Imports a bacpac to an empty Azure SQL Database. To determine the status of the operation call GetImportExportOperationStatus. |
Extension 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. |