Interface ServerBlobAuditingPolicy.DefinitionStages.WithRetentionDays
-
- All Known Subinterfaces:
ServerBlobAuditingPolicy.Definition
,ServerBlobAuditingPolicy.DefinitionStages.WithCreate
- Enclosing interface:
- ServerBlobAuditingPolicy.DefinitionStages
public static interface ServerBlobAuditingPolicy.DefinitionStages.WithRetentionDays
The stage of the ServerBlobAuditingPolicy definition allowing to specify retentionDays.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServerBlobAuditingPolicy.DefinitionStages.WithCreate
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
ServerBlobAuditingPolicy.DefinitionStages.WithCreate 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.
-
-