ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> |
importFrom(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName)
Creates a new database from a BACPAC file.
|
SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool<ParentT> |
importFrom(String storageUri)
Creates a new database from a BACPAC file.
|
@Beta(value=V1_7_0) SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool<ParentT> importFrom(String storageUri)
storageUri - the source URI for the database to be imported@Beta(value=V1_7_0) SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> importFrom(com.microsoft.azure.management.storage.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 name/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/