Share via


IDacOperations Interface

 

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

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

Syntax

public interface IDacOperations
public interface class IDacOperations
type IDacOperations = interface end
Public Interface IDacOperations

Methods

Name Description
System_CAPS_pubmethod ExportAsync(String, DacExportParameters, CancellationToken)

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

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod ImportAsync(String, DacImportParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Export(String, DacExportParameters)

Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod ExportAsync(String, DacExportParameters)

Exports an Azure SQL Database into a DACPAC file in Azure Blob Storage.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod GetStatus(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.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod GetStatusAsync(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.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod GetStatusPost(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.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod GetStatusPostAsync(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.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod Import(String, DacImportParameters)

Initiates an Import of a DACPAC file from Azure Blob Storage into a Azure SQL Database.(Defined by DacOperationsExtensions.)

System_CAPS_pubmethod ImportAsync(String, DacImportParameters)

Initiates an Import of a DACPAC file from Azure Blob Storage into a Azure SQL Database.(Defined by DacOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top