你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithEmailToAccountAdmins Interface

public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.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
abstract WithCreate withEmailToAccountAdmins()

Enables the alert to be sent to the account administrators.

abstract WithCreate withoutEmailToAccountAdmins()

Disables the alert will be sent to the account administrators.

Method Details

withEmailToAccountAdmins

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withEmailToAccountAdmins()

Enables the alert to be sent to the account administrators.

Returns:

the next stage of the definition

withoutEmailToAccountAdmins

public abstract SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withoutEmailToAccountAdmins()

Disables the alert will be sent to the account administrators.

Returns:

the next stage of the definition

Applies to