ParentT
- the stage of the parent update to return to after attaching this updatepublic static interface WebAppDiagnosticLogs.UpdateStages.WithRetentionDays<ParentT>
Modifier and Type | Method and Description |
---|---|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withLogRetentionDays(int retentionDays)
Specifies the maximum days of logs to keep.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> |
withUnlimitedLogRetentionDays()
Specifies the logs will not be deleted beyond a certain time.
|
WebAppDiagnosticLogs.UpdateStages.Update<ParentT> withLogRetentionDays(int retentionDays)
retentionDays
- the maximum days of logs to keepWebAppDiagnosticLogs.UpdateStages.Update<ParentT> withUnlimitedLogRetentionDays()
Copyright © 2019. All rights reserved.