Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddressesThe SQL database threat detection policy definition to set the security alert policy email addresses.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreatewithEmailAddresses(String addresses)Sets the security alert policy email addresses.
-
-
-
Method Detail
-
withEmailAddresses
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withEmailAddresses(String addresses)
Sets the security alert policy email addresses.- Parameters:
addresses- the semicolon-separated list of e-mail addresses to which the alert is sent to- Returns:
- the next stage of the definition
-
-