Interface SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays
-
- All Known Subinterfaces:
SqlServerSecurityAlertPolicy.Update
- Enclosing interface:
- SqlServerSecurityAlertPolicy.UpdateStages
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDaysThe SQL Server Security Alert Policy update definition to set the number of days to keep in the Threat Detection audit logs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServerSecurityAlertPolicy.UpdatewithRetentionDays(int days)Specifies the number of days to keep in the Threat Detection audit logs.
-
-
-
Method Detail
-
withRetentionDays
SqlServerSecurityAlertPolicy.Update withRetentionDays(int days)
Specifies the number of days to keep in the Threat Detection audit logs.- Parameters:
days- the number of days to keep in the Threat Detection audit logs- Returns:
- The next stage of the definition.
-
-