Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdminsThe SQL database threat detection policy update definition to set that the alert is sent to the account administrators.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.UpdatewithEmailToAccountAdmins()Enables the alert to be sent to the account administrators.SqlDatabaseThreatDetectionPolicy.UpdatewithoutEmailToAccountAdmins()Disables the alert will be sent to the account administrators.
-
-
-
Method Detail
-
withEmailToAccountAdmins
SqlDatabaseThreatDetectionPolicy.Update withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators.- Returns:
- the next stage of the definition
-
withoutEmailToAccountAdmins
SqlDatabaseThreatDetectionPolicy.Update withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators.- Returns:
- the next stage of the definition
-
-