SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailToAccountAdmins Interface
public interface WithEmailToAccountAdmins
The SQL database threat detection policy update definition to set that the alert is sent to the account administrators.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlDatabaseThreatDetectionPolicy.Update |
withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators. |
SqlDatabaseThreatDetectionPolicy.Update |
withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators. |
Method Details
withEmailToAccountAdmins
public SqlDatabaseThreatDetectionPolicy.Update withEmailToAccountAdmins()
Enables the alert to be sent to the account administrators.
Returns:
the next stage of the definition
withoutEmailToAccountAdmins
public SqlDatabaseThreatDetectionPolicy.Update withoutEmailToAccountAdmins()
Disables the alert will be sent to the account administrators.
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java