Uses of Class
com.microsoft.azure.management.appservice.LogLevel
-
-
Uses of LogLevel in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return LogLevel Modifier and Type Method Description LogLevelWebAppDiagnosticLogs. applicationLoggingFileSystemLogLevel()LogLevelWebAppDiagnosticLogs. applicationLoggingStorageBlobLogLevel()static LogLevelLogLevel. fromString(String value)Parses a serialized value to a LogLevel instance.LogLevelAzureBlobStorageApplicationLogsConfig. level()Get log level.LogLevelAzureTableStorageApplicationLogsConfig. level()Get log level.LogLevelFileSystemApplicationLogsConfig. level()Get log level.static LogLevelLogLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static LogLevel[]LogLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type LogLevel Modifier and Type Method Description AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withLevel(LogLevel level)Set log level.AzureTableStorageApplicationLogsConfigAzureTableStorageApplicationLogsConfig. withLevel(LogLevel level)Set log level.FileSystemApplicationLogsConfigFileSystemApplicationLogsConfig. withLevel(LogLevel level)Set log level.WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<ParentT>WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel. withLogLevel(LogLevel logLevel)Specifies the application log level.WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel. withLogLevel(LogLevel logLevel)Specifies the application log level.
-