Interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDays
-
- All Known Subinterfaces:
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate,SqlDatabaseThreatDetectionPolicy.SqlDatabaseThreatDetectionPolicyDefinition
- Enclosing interface:
- SqlDatabaseThreatDetectionPolicy.DefinitionStages
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDaysThe SQL database threat detection policy 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 SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreatewithRetentionDays(int retentionDays)Sets the security alert policy email addresses.
-
-
-
Method Detail
-
withRetentionDays
SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithCreate withRetentionDays(int retentionDays)
Sets the security alert policy email addresses.Specifies the number of days to keep in the Threat Detection audit logs.
- Parameters:
retentionDays- the number of days to keep in the Threat Detection audit logs- Returns:
- the next stage of the definition
-
-