IDacOperations.ImportAsync Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse> ImportAsync (string serverName, Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member ImportAsync : string * Microsoft.WindowsAzure.Management.Sql.Models.DacImportParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DacImportExportResponse>
Public Function ImportAsync (serverName As String, parameters As DacImportParameters, cancellationToken As CancellationToken) As Task(Of DacImportExportResponse)

Parameters

serverName
String

The name of the Azure SQL Database Server into which the database is being imported.

parameters
DacImportParameters

The parameters needed to initiated the Import request.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents the response that the service returns once an import or export operation has been initiated.

Applies to