SqlServerSecurityAlertPolicy.UpdateStages.WithDisabledAlerts Interface
public interface 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 |
---|---|
SqlServerSecurityAlertPolicy.Update |
withDisabledAlerts(String... disabledAlerts)
Specifies an array of alerts that are disabled. |
Method Details
withDisabledAlerts
public 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java