| Modifier and Type | Method and Description |
|---|---|
FileSystemHttpLogsConfig |
HttpLogsConfig.fileSystem()
Get the fileSystem value.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withEnabled(Boolean enabled)
Set the enabled value.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withRetentionInDays(Integer retentionInDays)
Set the retentionInDays value.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withRetentionInMb(Integer retentionInMb)
Set the retentionInMb value.
|
| Modifier and Type | Method and Description |
|---|---|
HttpLogsConfig |
HttpLogsConfig.withFileSystem(FileSystemHttpLogsConfig fileSystem)
Set the fileSystem value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/