DacOperationsExtensions Class

Definition

This is the main client class for interacting with the Azure SQL Database REST APIs.

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

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