public static interface SqlDatabaseOperations.DefinitionStages.WithStorageKey
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithAuthentication |
withSharedAccessKey(String sharedAccessKey) |
SqlDatabaseOperations.DefinitionStages.WithAuthentication |
withStorageAccessKey(String storageAccessKey) |
SqlDatabaseOperations.DefinitionStages.WithAuthentication withStorageAccessKey(String storageAccessKey)
storageAccessKey - the storage access key to useSqlDatabaseOperations.DefinitionStages.WithAuthentication withSharedAccessKey(String sharedAccessKey)
sharedAccessKey - the shared access key to use; it must be preceded with a "?."Copyright © 2020 Microsoft Corporation. All rights reserved.