Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKey
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithStorageAccountAccessKeyThe SQL database threat detection policy definition to set the storage access key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreatewithStorageAccountAccessKey(String storageAccountAccessKey)Sets the security alert policy storage access key.
-
-
-
Method Detail
-
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
-
-