Interface WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>
- Type Parameters:
ParentT
- the stage of the parent update to return to after attaching this update
- All Superinterfaces:
WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<ParentT>
- All Known Subinterfaces:
WebAppDiagnosticLogs.UpdateDefinition<ParentT>
- Enclosing interface:
- WebAppDiagnosticLogs.UpdateStages
public static interface WebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>
extends WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<ParentT>
A web app diagnostic log update allowing application log level to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithLogLevel
(LogLevel logLevel) Specifies the application log level.Methods inherited from interface com.microsoft.azure.management.appservice.WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication
withoutApplicationLogsStoredOnFileSystem, withoutApplicationLogsStoredOnStorageBlob
-
Method Details
-
withLogLevel
WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT> withLogLevel(LogLevel logLevel) Specifies the application log level.- Parameters:
logLevel
- the application log level- Returns:
- the next stage of the update
-