Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey
The SQL database threat detection policy definition to set the storage access key.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageAccountAccessKey(String storageAccountAccessKey) Sets the security alert policy storage access key.
-
Method Details
-
withStorageAccountAccessKey
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withStorageAccountAccessKey(String storageAccountAccessKey) Sets the security alert policy storage access key.- Parameters:
storageAccountAccessKey- the storage access key- Returns:
- the next stage of the definition
-