ImportExportDatabaseCommunicator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |