Uses of Class
com.microsoft.azure.management.appservice.FileSystemHttpLogsConfig
Packages that use FileSystemHttpLogsConfig
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of FileSystemHttpLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return FileSystemHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.fileSystem()Get http logs to file system configuration.FileSystemHttpLogsConfig.withEnabled(Boolean enabled) Set true if configuration is enabled, false if it is disabled and null if configuration is not set.FileSystemHttpLogsConfig.withRetentionInDays(Integer retentionInDays) Set retention in days.FileSystemHttpLogsConfig.withRetentionInMb(Integer retentionInMb) Set maximum size in megabytes that http log files can use.Methods in com.microsoft.azure.management.appservice with parameters of type FileSystemHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.withFileSystem(FileSystemHttpLogsConfig fileSystem) Set http logs to file system configuration.