Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
FileSystemHttpLogsConfig |
HttpLogsConfig.fileSystem()
Get http logs to file system configuration.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withEnabled(Boolean enabled)
Set true if configuration is enabled, false if it is disabled and null if configuration is not set.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withRetentionInDays(Integer retentionInDays)
Set retention in days.
|
FileSystemHttpLogsConfig |
FileSystemHttpLogsConfig.withRetentionInMb(Integer retentionInMb)
Set maximum size in megabytes that http log files can use.
|
Modifier and Type | Method and Description |
---|---|
HttpLogsConfig |
HttpLogsConfig.withFileSystem(FileSystemHttpLogsConfig fileSystem)
Set http logs to file system configuration.
|
Copyright © 2019. All rights reserved.