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)

Public Interface IDacOperations

NameDescription
System_CAPS_pubmethodExportAsync(String, DacExportParameters, CancellationToken)

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

System_CAPS_pubmethodGetStatusAsync(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_pubmethodGetStatusPostAsync(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_pubmethodImportAsync(String, DacImportParameters, CancellationToken)

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

NameDescription
System_CAPS_pubmethodExport(String, DacExportParameters)

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

System_CAPS_pubmethodExportAsync(String, DacExportParameters)

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

System_CAPS_pubmethodGetStatus(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_pubmethodGetStatusAsync(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_pubmethodGetStatusPost(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_pubmethodGetStatusPostAsync(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_pubmethodImport(String, DacImportParameters)

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

System_CAPS_pubmethodImportAsync(String, DacImportParameters)

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

Return to top
Show: