| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> |
SqlDatabase.DefinitionStages.WithImportFromAfterElasticPool.importFrom(com.microsoft.azure.management.storage.StorageAccount storageAccount,
String containerName,
String fileName)
Creates a new database from a BACPAC file.
|
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> |
SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool.withSharedAccessKey(String sharedAccessKey) |
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> |
SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool.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.
*/