SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDays Interface
public static interface SqlDatabaseThreatDetectionPolicy.DefinitionStages.WithRetentionDays
The SQL database threat detection policy definition to set the number of days to keep in the Threat Detection audit logs.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withRetentionDays(int retentionDays)
Sets the security alert policy email addresses. |
Method Details
withRetentionDays
public abstract 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
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Java