Interface SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlertsThe SQL Server Security Alert Policy update definition to set an array of alerts that are disabled.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicy.UpdatewithDisabledAlerts(String... disabledAlerts)Specifies an array of alerts that are disabled.
-
-
-
Method Detail
-
withDisabledAlerts
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.
-
-