| Package | Description |
|---|---|
| com.azure.resourcemanager.sql.fluent |
Package containing the service clients for SqlManagementClient.
|
| com.azure.resourcemanager.sql.models |
Package containing the data models for SqlManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportResponseInner>,ImportExportResponseInner> |
DatabasesClient.beginExport(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters)
Exports a database to a bacpac.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ImportExportResponseInner>,ImportExportResponseInner> |
DatabasesClient.beginExport(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters,
com.azure.core.util.Context context)
Exports a database to a bacpac.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ImportExportResponseInner>,ImportExportResponseInner> |
DatabasesClient.beginExportAsync(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters)
Exports a database to a bacpac.
|
ImportExportResponseInner |
DatabasesClient.export(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters)
Exports a database to a bacpac.
|
ImportExportResponseInner |
DatabasesClient.export(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters,
com.azure.core.util.Context context)
Exports a database to a bacpac.
|
Mono<ImportExportResponseInner> |
DatabasesClient.exportAsync(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters)
Exports a database to a bacpac.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
DatabasesClient.exportWithResponseAsync(String resourceGroupName,
String serverName,
String databaseName,
ExportRequest parameters)
Exports a database to a bacpac.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImportExtensionProperties
Represents the properties for an import operation.
|
class |
ImportRequest
Import database parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ExportRequest |
ExportRequest.withAdministratorLogin(String administratorLogin)
Set the administratorLogin property: The name of the SQL administrator.
|
ExportRequest |
ExportRequest.withAdministratorLoginPassword(String administratorLoginPassword)
Set the administratorLoginPassword property: The password of the SQL administrator.
|
ExportRequest |
ExportRequest.withAuthenticationType(AuthenticationType authenticationType)
Set the authenticationType property: The authentication type.
|
ExportRequest |
ExportRequest.withStorageKey(String storageKey)
Set the storageKey property: The storage key to use.
|
ExportRequest |
ExportRequest.withStorageKeyType(StorageKeyType storageKeyType)
Set the storageKeyType property: The type of the storage key to use.
|
ExportRequest |
ExportRequest.withStorageUri(String storageUri)
Set the storageUri property: The storage uri to use.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.