Uses of Enum Class
com.microsoft.azure.management.appservice.LogLevel
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of LogLevel in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionWebAppDiagnosticLogs.applicationLoggingFileSystemLogLevel()
WebAppDiagnosticLogs.applicationLoggingStorageBlobLogLevel()
static LogLevel
LogLevel.fromString
(String value) Parses a serialized value to a LogLevel instance.AzureBlobStorageApplicationLogsConfig.level()
Get log level.AzureTableStorageApplicationLogsConfig.level()
Get log level.FileSystemApplicationLogsConfig.level()
Get log level.static LogLevel
Returns the enum constant of this class with the specified name.static LogLevel[]
LogLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionSet log level.Set log level.Set log level.WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel.withLogLevel
(LogLevel logLevel) Specifies the application log level.WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel.withLogLevel
(LogLevel logLevel) Specifies the application log level.