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