Uses of Class
com.microsoft.azure.management.appservice.FileSystemHttpLogsConfig
-
-
Uses of FileSystemHttpLogsConfig in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return FileSystemHttpLogsConfig Modifier and Type Method Description FileSystemHttpLogsConfigHttpLogsConfig. fileSystem()Get http logs to file system configuration.FileSystemHttpLogsConfigFileSystemHttpLogsConfig. withEnabled(Boolean enabled)Set true if configuration is enabled, false if it is disabled and null if configuration is not set.FileSystemHttpLogsConfigFileSystemHttpLogsConfig. withRetentionInDays(Integer retentionInDays)Set retention in days.FileSystemHttpLogsConfigFileSystemHttpLogsConfig. 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 FileSystemHttpLogsConfig Modifier and Type Method Description HttpLogsConfigHttpLogsConfig. withFileSystem(FileSystemHttpLogsConfig fileSystem)Set http logs to file system configuration.
-