SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses Interface
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithEmailAddresses
The SQL Server Security Alert Policy update definition to set an array of e-mail addresses to which the alert is sent.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withEmailAddresses(String[] emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent. |
Method Details
withEmailAddresses
public abstract SqlServerSecurityAlertPolicy.Update withEmailAddresses(String[] emailAddresses)
Specifies an array of e-mail addresses to which the alert is sent.
Parameters:
emailAddresses
- an array of e-mail addresses to which the alert is sent to
Returns:
The next stage of the definition.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for Java