Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdminsThe SQL database threat detection policy 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.DefinitionStages.WithCreatewithEmailToAccountAdmins()Enables the alert to be sent to the account administrators.SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreatewithoutEmailToAccountAdmins()Disables the alert will be sent to the account administrators.
-
-
-
Method Detail
-
withEmailToAccountAdmins
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators.- Returns:
- the next stage of the definition
-
withoutEmailToAccountAdmins
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators.- Returns:
- the next stage of the definition
-
-