ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithStorageKey<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAuthentication<ParentT> |
withSharedAccessKey(String sharedAccessKey) |
SqlDatabase.DefinitionStages.WithAuthentication<ParentT> |
withStorageAccessKey(String storageAccessKey) |
SqlDatabase.DefinitionStages.WithAuthentication<ParentT> withStorageAccessKey(String storageAccessKey)
storageAccessKey - the storage access key to useSqlDatabase.DefinitionStages.WithAuthentication<ParentT> withSharedAccessKey(String sharedAccessKey)
sharedAccessKey - the shared access key to use; it must be preceded with a "?."Copyright © 2020 Microsoft Corporation. All rights reserved.