Interface SqlDatabaseOperations.DefinitionStages.WithStorageKey
- All Known Subinterfaces:
SqlDatabaseOperations.SqlDatabaseOperationsDefinition
- Enclosing interface:
SqlDatabaseOperations.DefinitionStages
public static interface SqlDatabaseOperations.DefinitionStages.WithStorageKey
Sets the storage key type and value to use.
-
Method Summary
Modifier and TypeMethodDescriptionwithSharedAccessKey(String sharedAccessKey) Sets share access key to use.withStorageAccessKey(String storageAccessKey) Sets the storage access key to use.
-
Method Details
-
withStorageAccessKey
SqlDatabaseOperations.DefinitionStages.WithAuthentication withStorageAccessKey(String storageAccessKey) Sets the storage access key to use.- Parameters:
storageAccessKey- the storage access key to use- Returns:
- next definition stage
-