DacOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticExport(IDacOperations, String, DacExportParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticExportAsync(IDacOperations, String, DacExportParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticGetStatus(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.

System_CAPS_pubmethodSystem_CAPS_staticGetStatusAsync(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.

System_CAPS_pubmethodSystem_CAPS_staticGetStatusPost(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.

System_CAPS_pubmethodSystem_CAPS_staticGetStatusPostAsync(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.

System_CAPS_pubmethodSystem_CAPS_staticImport(IDacOperations, String, DacImportParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticImportAsync(IDacOperations, String, DacImportParameters)

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

Return to top
Show: