Class FileSystemApplicationLogsConfig

java.lang.Object
com.azure.resourcemanager.appservice.models.FileSystemApplicationLogsConfig

public final class FileSystemApplicationLogsConfig extends Object
Application logs to file system configuration.
  • Constructor Details

    • FileSystemApplicationLogsConfig

      public FileSystemApplicationLogsConfig()
  • Method Details

    • level

      public LogLevel level()
      Get the level property: Log level.
      Returns:
      the level value.
    • withLevel

      public FileSystemApplicationLogsConfig withLevel(LogLevel level)
      Set the level property: Log level.
      Parameters:
      level - the level value to set.
      Returns:
      the FileSystemApplicationLogsConfig object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.