SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins Interface
public interface WithEmailToAccountAdmins
The SQL database threat detection policy definition to set that the alert is sent to the account administrators.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate |
withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators. |
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate |
withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators. |
Method Details
withEmailToAccountAdmins
public SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators.
Returns:
withoutEmailToAccountAdmins
public SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators.
Returns:
Applies to
Azure SDK for Java