| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseExportRequest.SqlDatabaseExportRequestDefinition
The entirety of database export operation definition.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable,
String containerName,
String fileName) |
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabase.exportTo(com.microsoft.azure.management.resources.fluentcore.model.Creatable<com.microsoft.azure.management.storage.StorageAccount> storageAccountCreatable,
String containerName,
String fileName)
Exports the current database to a new storage account and relative path.
|
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseExportRequest.DefinitionStages.ExportTo.exportTo(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName) |
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabase.exportTo(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName)
Exports the current database to an existing storage account and relative path.
|
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey) |
SqlDatabaseExportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseExportRequest.DefinitionStages.WithStorageTypeAndKey.withStorageAccessKey(String storageAccessKey) |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/