Uses of Enum
com.azure.resourcemanager.appservice.models.LogLevel
Packages that use LogLevel
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of LogLevel in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return LogLevelModifier and TypeMethodDescriptionWebAppDiagnosticLogs.applicationLoggingFileSystemLogLevel()Gets application log level on file system.WebAppDiagnosticLogs.applicationLoggingStorageBlobLogLevel()Gets application log level on Azure Storage Blob.static LogLevelLogLevel.fromString(String value) Parses a serialized value to a LogLevel instance.AzureBlobStorageApplicationLogsConfig.level()Get the level property: Log level.AzureTableStorageApplicationLogsConfig.level()Get the level property: Log level.FileSystemApplicationLogsConfig.level()Get the level property: Log level.static LogLevelReturns 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.azure.resourcemanager.appservice.models with parameters of type LogLevelModifier and TypeMethodDescriptionSet the level property: Log level.Set the level property: Log level.Set the level property: Log level.WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel.withLogLevel(LogLevel logLevel) Specifies the application log level.WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel.withLogLevel(LogLevel logLevel) Specifies the application log level.