Uses of Class
com.azure.resourcemanager.appservice.models.LogLevel
-
Packages that use LogLevel Package Description com.azure.resourcemanager.appservice.models 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 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 the level property: Log level.LogLevelAzureTableStorageApplicationLogsConfig. level()Get the level property: Log level.LogLevelFileSystemApplicationLogsConfig. level()Get the level property: 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.azure.resourcemanager.appservice.models with parameters of type LogLevel Modifier and Type Method Description AzureBlobStorageApplicationLogsConfigAzureBlobStorageApplicationLogsConfig. withLevel(LogLevel level)Set the level property: Log level.AzureTableStorageApplicationLogsConfigAzureTableStorageApplicationLogsConfig. withLevel(LogLevel level)Set the level property: Log level.FileSystemApplicationLogsConfigFileSystemApplicationLogsConfig. withLevel(LogLevel level)Set the level property: 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.
-