Freigeben über


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

Name Description
ImportExportDatabaseCommunicator(IAzureContext)

Creates a communicator for Azure Sql Databases

Properties

Name Description
Context

Gets or sets the Azure profile

Methods

Name Description
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