public static interface SqlDatabaseOperations.DefinitionStages.WithStorageKeyAfterElasticPool
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithAuthenticationAfterElasticPool |
withSharedAccessKey(String sharedAccessKey) |
SqlDatabaseOperations.DefinitionStages.WithAuthenticationAfterElasticPool |
withStorageAccessKey(String storageAccessKey) |
@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithAuthenticationAfterElasticPool withStorageAccessKey(String storageAccessKey)
storageAccessKey - the storage access key to use@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithAuthenticationAfterElasticPool withSharedAccessKey(String sharedAccessKey)
sharedAccessKey - the shared access key to use; it must be preceded with a "?."/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/