SqlPoolSecurityAlertPolicy.DefinitionStages.WithDisabledAlerts Interface

public static interface SqlPoolSecurityAlertPolicy.DefinitionStages.WithDisabledAlerts

The stage of the SqlPoolSecurityAlertPolicy definition allowing to specify disabledAlerts.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDisabledAlerts(List<String> disabledAlerts)

Specifies the disabledAlerts property: Specifies an array of alerts that are disabled.

Method Details

withDisabledAlerts

public abstract SqlPoolSecurityAlertPolicy.DefinitionStages.WithCreate withDisabledAlerts(List<String> disabledAlerts)

Specifies the disabledAlerts property: Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action.

Parameters:

disabledAlerts - Specifies an array of alerts that are disabled. Allowed values are: Sql_Injection, Sql_Injection_Vulnerability, Access_Anomaly, Data_Exfiltration, Unsafe_Action.

Returns:

the next definition stage.

Applies to