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