Uses of Class
com.azure.resourcemanager.appservice.models.FileSystemHttpLogsConfig
Packages that use FileSystemHttpLogsConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FileSystemHttpLogsConfig in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FileSystemHttpLogsConfigModifier and TypeClassDescriptionfinal classHttp logs to file system configuration.Methods in com.azure.resourcemanager.appservice.models that return FileSystemHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.fileSystem()Get the fileSystem property: Http logs to file system configuration.static FileSystemHttpLogsConfigFileSystemHttpLogsConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileSystemHttpLogsConfig from the JsonReader.FileSystemHttpLogsConfig.withEnabled(Boolean enabled) Set the enabled property: True if configuration is enabled, false if it is disabled and null if configuration is not set.FileSystemHttpLogsConfig.withRetentionInDays(Integer retentionInDays) Set the retentionInDays property: Retention in days.FileSystemHttpLogsConfig.withRetentionInMb(Integer retentionInMb) Set the retentionInMb property: Maximum size in megabytes that http log files can use.Methods in com.azure.resourcemanager.appservice.models with parameters of type FileSystemHttpLogsConfigModifier and TypeMethodDescriptionHttpLogsConfig.withFileSystem(FileSystemHttpLogsConfig fileSystem) Set the fileSystem property: Http logs to file system configuration.