DacOperationsExtensions Class

 

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

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

System.Object
  Microsoft.WindowsAzure.Management.Sql.DacOperationsExtensions

public static class DacOperationsExtensions

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: