IDacOperations Interface

Definition

Includes operations for importing and exporting Azure SQL Databases into and out of Azure blob storage.

public interface IDacOperations
type IDacOperations = interface
Public Interface IDacOperations

Methods

ExportAsync(String, DacExportParameters, CancellationToken)

Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.

GetStatusAsync(String, String, String, String, String, CancellationToken)

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

GetStatusPostAsync(String, DacGetStatusParameters, CancellationToken)

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

ImportAsync(String, DacImportParameters, CancellationToken)

Initiates an Import of a DACPAC file from Azure Blob Storage into a Azure SQL Database.

Extension Methods

Export(IDacOperations, String, DacExportParameters)

Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.

ExportAsync(IDacOperations, String, DacExportParameters)

Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.

GetStatus(IDacOperations, String, String, String, String, String)

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

GetStatusAsync(IDacOperations, String, String, String, String, String)

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

GetStatusPost(IDacOperations, String, DacGetStatusParameters)

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

GetStatusPostAsync(IDacOperations, String, DacGetStatusParameters)

Gets the status of the import or export operation in the specified server with the corresponding request ID. The request ID is provided in the responses of the import or export operation.

Import(IDacOperations, String, DacImportParameters)

Initiates an Import of a DACPAC file from Azure Blob Storage into a Azure SQL Database.

ImportAsync(IDacOperations, String, DacImportParameters)

Initiates an Import of a DACPAC file from Azure Blob Storage into a Azure SQL Database.

Applies to