Uses of Class
com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig
-
Packages that use FileSystemApplicationLogsConfig Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of FileSystemApplicationLogsConfig in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return FileSystemApplicationLogsConfig Modifier and Type Method Description FileSystemApplicationLogsConfigApplicationLogsConfig. fileSystem()Get the fileSystem property: Application logs to file system configuration.FileSystemApplicationLogsConfigFileSystemApplicationLogsConfig. withLevel(LogLevel level)Set the level property: Log level.Methods in com.azure.resourcemanager.appservice.models with parameters of type FileSystemApplicationLogsConfig Modifier and Type Method Description ApplicationLogsConfigApplicationLogsConfig. withFileSystem(FileSystemApplicationLogsConfig fileSystem)Set the fileSystem property: Application logs to file system configuration.
-