Uses of Class
com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig
Packages that use FileSystemApplicationLogsConfig
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FileSystemApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FileSystemApplicationLogsConfigModifier and TypeClassDescriptionfinal classApplication logs to file system configuration.Methods in com.azure.resourcemanager.appservice.models that return FileSystemApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.fileSystem()Get the fileSystem property: Application logs to file system configuration.FileSystemApplicationLogsConfig.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileSystemApplicationLogsConfig from the JsonReader.Set the level property: Log level.Methods in com.azure.resourcemanager.appservice.models with parameters of type FileSystemApplicationLogsConfigModifier and TypeMethodDescriptionApplicationLogsConfig.withFileSystem(FileSystemApplicationLogsConfig fileSystem) Set the fileSystem property: Application logs to file system configuration.