Interface SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithStorageKeyAfterElasticPool<ParentT>
Sets the storage key type and value to use.
-
Method Summary
Modifier and TypeMethodDescriptionwithSharedAccessKey(String sharedAccessKey) withStorageAccessKey(String storageAccessKey)
-
Method Details
-
withStorageAccessKey
SqlDatabase.DefinitionStages.WithAuthenticationAfterElasticPool<ParentT> withStorageAccessKey(String storageAccessKey) - Parameters:
storageAccessKey- the storage access key to use- Returns:
- next definition stage
-