Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithStorageEndpoint
The SQL database threat detection policy update definition to set the storage endpoint.
-
Method Summary
Modifier and TypeMethodDescriptionwithStorageEndpoint(String storageEndpoint) Updates the security alert policy storage endpoint.
-
Method Details
-
withStorageEndpoint
Updates the security alert policy storage endpoint.- Parameters:
storageEndpoint- the blob storage endpoint (e.g. https://MyAccount.blob.core.windows.net); this blob storage will hold all Threat Detection audit logs.- Returns:
- the next stage of the definition
-