SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses Interface
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithEmailAddresses
The SQL database threat detection policy update definition to set the security alert policy email addresses.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEmailAddresses(String addresses)
Updates the security alert policy email addresses. |
Method Details
withEmailAddresses
public abstract SqlDatabaseThreatDetectionPolicy.Update withEmailAddresses(String addresses)
Updates 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
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java