IDacOperations.ImportAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.