ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> |
withSharedAccessKey(String sharedAccessKey) |
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> |
withStorageAccessKey(String storageAccessKey) |
@Beta(value=V1_7_0) SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> withStorageAccessKey(String storageAccessKey)
storageAccessKey - the storage access key to use@Beta(value=V1_7_0) SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> 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.
*/