你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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