Compartilhar via


ImportExportDatabaseAdapter Class

Definition

Adapter for import/export operations

public class ImportExportDatabaseAdapter
type ImportExportDatabaseAdapter = class
Public Class ImportExportDatabaseAdapter
Inheritance
ImportExportDatabaseAdapter

Constructors

ImportExportDatabaseAdapter(IAzureContext)

Constructs a firewall rule adapter

Properties

Context

Gets or sets the Azure profile

Methods

Export(AzureSqlDatabaseImportExportBaseModel)

Creates a new export request

GetOperationStatusFromHttpStatus(HttpStatusCode)

Get the "Status" value for the Import/Export request

This logic is copied verbatim from the (generated) legacy SDK: Microsoft.Azure.Management.Sql.LegacySdk.ImportExportOperations.GetImportExportOperationStatusAsync(System.String,System.Threading.CancellationToken)

GetStatus(String)

Gets the status of an import/export operation

Import(AzureSqlDatabaseImportModel)
ImportNewDatabase(AzureSqlDatabaseImportModel)

Creates a new import request

Applies to