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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/