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