public static interface SqlDatabaseOperations.DefinitionStages.WithImportFrom
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithAuthentication |
importFrom(StorageAccount storageAccount,
String containerName,
String fileName)
Creates a new database from a BACPAC file.
|
SqlDatabaseOperations.DefinitionStages.WithStorageKey |
importFrom(String storageUri)
Creates a new database from a BACPAC file.
|
SqlDatabaseOperations.DefinitionStages.WithStorageKey importFrom(String storageUri)
storageUri - the source URI for the database to be importedSqlDatabaseOperations.DefinitionStages.WithAuthentication importFrom(StorageAccount storageAccount, String containerName, String fileName)
storageAccount - an existing storage account to be usedcontainerName - the container name within the storage account to usefileName - the exported database file nameCopyright © 2020 Microsoft Corporation. All rights reserved.