| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabase.SqlDatabaseDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithStorageKey<ParentT> |
SqlDatabase.DefinitionStages.WithImportFrom.importFrom(String storageUri)
Creates a new database from a BACPAC file.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/