ImportExportDatabaseAdapter 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.
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 |