Share via


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)

Inheritance Hierarchy

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

Syntax

public static class DacOperationsExtensions
[ExtensionAttribute]
public ref class DacOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type DacOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class DacOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Export(IDacOperations, String, DacExportParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ExportAsync(IDacOperations, String, DacExportParameters)

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

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static 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.

System_CAPS_pubmethodSystem_CAPS_static Import(IDacOperations, String, DacImportParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ImportAsync(IDacOperations, String, DacImportParameters)

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Sql Namespace

Return to top