Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKey
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageAccountAccessKeyThe SQL database threat detection policy update definition to set the storage access key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.UpdatewithStorageAccountAccessKey(String storageAccountAccessKey)Updates the security alert policy storage access key.
-
-
-
Method Detail
-
withStorageAccountAccessKey
SqlDatabaseThreatDetectionPolicy.Update withStorageAccountAccessKey(String storageAccountAccessKey)
Updates the security alert policy storage access key.- Parameters:
storageAccountAccessKey- the storage access key- Returns:
- the next stage of the definition
-
-