Interface SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
@Beta(V1_15_0)
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 TypeMethodDescriptionwithDisabledAlerts
(String... disabledAlerts) Specifies an array of alerts that are disabled.
-
Method Details
-
withDisabledAlerts
Specifies an array of alerts that are disabled.- Parameters:
disabledAlerts
- an array of alerts that are disabled- Returns:
- The next stage of the definition.
-