Interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyState
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.Update
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.UpdateStages
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithSecurityAlertPolicyStateThe SQL database threat detection policy update definition to set the state.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseThreatDetectionPolicy.UpdatewithDefaultSecurityAlertPolicy()Updates the security alert policy state to "New".SqlDatabaseThreatDetectionPolicy.UpdatewithPolicyDisabled()Update the security alert policy state to "Disabled".SqlDatabaseThreatDetectionPolicy.UpdatewithPolicyEnabled()Updates the security alert policy state to "Enabled".SqlDatabaseThreatDetectionPolicy.UpdatewithPolicyNew()Updates the security alert policy state to "New".
-
-
-
Method Detail
-
withPolicyEnabled
SqlDatabaseThreatDetectionPolicy.Update withPolicyEnabled()
Updates the security alert policy state to "Enabled".- Returns:
- the next stage of the definition
-
withPolicyDisabled
SqlDatabaseThreatDetectionPolicy.Update withPolicyDisabled()
Update the security alert policy state to "Disabled".- Returns:
- the next stage of the definition
-
withPolicyNew
SqlDatabaseThreatDetectionPolicy.Update withPolicyNew()
Updates the security alert policy state to "New".- Returns:
- the next stage of the definition.
-
withDefaultSecurityAlertPolicy
SqlDatabaseThreatDetectionPolicy.Update withDefaultSecurityAlertPolicy()
Updates the security alert policy state to "New".- Returns:
- the next stage of the definition
-
-