SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays Interface
public static interface SqlServerSecurityAlertPolicy.UpdateStages.WithRetentionDays
The SQL Server Security Alert 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 days)
Specifies the number of days to keep in the Threat Detection audit logs. |
Method Details
withRetentionDays
public abstract 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.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Java