Share via


ImportExportDatabaseCommunicator Class

Definition

This class is responsible for all the REST communication with the import/export REST endpoints

public class ImportExportDatabaseCommunicator
type ImportExportDatabaseCommunicator = class
Public Class ImportExportDatabaseCommunicator
Inheritance
ImportExportDatabaseCommunicator

Constructors

ImportExportDatabaseCommunicator(IAzureContext)

Creates a communicator for Azure Sql Databases

Properties

Context

Gets or sets the Azure profile

Methods

BeginExport(String, String, String, ExportDatabaseDefinition, Uri)

Creates new export request

BeginImportNewDatabase(String, String, ImportNewDatabaseDefinition, Uri)

Creates new import request

Export(String, String, String, ExportRequestParameters)
GetOperationStatus(String, HttpResponseMessage)

Get the status of an operation given a raw Operation Status Link

GetStatus(String)
Import(String, String, ImportRequestParameters)

Applies to