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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java