SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses Interface
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailAddresses
The SQL database threat detection policy definition to set the security alert policy email addresses.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withEmailAddresses(String addresses)
Deprecated
use WithEmailAddresses#withEmailAddresses(List)
Sets the security alert policy email addresses. |
abstract
With |
withEmailAddresses(List<String> addresses)
Sets the security alert policy email addresses. |
Method Details
withEmailAddresses
@Deprecated
public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withEmailAddresses(String addresses)
Deprecated
Sets the security alert policy email addresses.
Parameters:
Returns:
withEmailAddresses
public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withEmailAddresses(List
Sets the security alert policy email addresses.
Parameters:
Returns:
Applies to
Azure SDK for Java