Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Method and Description |
---|---|
LogLevel |
WebAppDiagnosticLogs.applicationLoggingFileSystemLogLevel() |
LogLevel |
WebAppDiagnosticLogs.applicationLoggingStorageBlobLogLevel() |
static LogLevel |
LogLevel.fromString(String value)
Parses a serialized value to a LogLevel instance.
|
LogLevel |
AzureTableStorageApplicationLogsConfig.level()
Get log level.
|
LogLevel |
FileSystemApplicationLogsConfig.level()
Get log level.
|
LogLevel |
AzureBlobStorageApplicationLogsConfig.level()
Get log level.
|
static LogLevel |
LogLevel.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.
|
Modifier and Type | Method and Description |
---|---|
AzureTableStorageApplicationLogsConfig |
AzureTableStorageApplicationLogsConfig.withLevel(LogLevel level)
Set log level.
|
FileSystemApplicationLogsConfig |
FileSystemApplicationLogsConfig.withLevel(LogLevel level)
Set log level.
|
AzureBlobStorageApplicationLogsConfig |
AzureBlobStorageApplicationLogsConfig.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.
|
Copyright © 2019. All rights reserved.