Interface ExtendedSqlPoolBlobAuditingPolicy.UpdateStages.WithRetentionDays
-
- All Known Subinterfaces:
ExtendedSqlPoolBlobAuditingPolicy.Update
- Enclosing interface:
- ExtendedSqlPoolBlobAuditingPolicy.UpdateStages
public static interface ExtendedSqlPoolBlobAuditingPolicy.UpdateStages.WithRetentionDays
The stage of the ExtendedSqlPoolBlobAuditingPolicy update allowing to specify retentionDays.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtendedSqlPoolBlobAuditingPolicy.Update
withRetentionDays(Integer retentionDays)
Specifies the retentionDays property: Specifies the number of days to keep in the audit logs in the storage account..
-
-
-
Method Detail
-
withRetentionDays
ExtendedSqlPoolBlobAuditingPolicy.Update withRetentionDays(Integer retentionDays)
Specifies the retentionDays property: Specifies the number of days to keep in the audit logs in the storage account..- Parameters:
retentionDays
- Specifies the number of days to keep in the audit logs in the storage account.- Returns:
- the next definition stage.
-
-