SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays Interface
public static interface SqlDatabaseThreatDetectionPolicy.UpdateStages.WithRetentionDays
The SQL database threat detection policy update definition to set the number of days to keep in the Threat Detection audit logs.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withRetentionDays(int retentionDays)
Updates the security alert policy email addresses. |
Method Details
withRetentionDays
public abstract SqlDatabaseThreatDetectionPolicy.Update withRetentionDays(int retentionDays)
Updates 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
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java