| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseImportRequest.SqlDatabaseImportRequestDefinition
The entirety of database import operation definition.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabase.importBacpac(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName)
Imports into the current database from an existing storage account and relative path; the current database must be empty.
|
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseImportRequest.DefinitionStages.ImportFrom.importFrom(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName) |
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseImportRequest.DefinitionStages.WithStorageTypeAndKey.withSharedAccessKey(String sharedAccessKey) |
SqlDatabaseImportRequest.DefinitionStages.WithAuthenticationTypeAndLoginPassword |
SqlDatabaseImportRequest.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.
*/