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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>withLogLevel(LogLevel logLevel)Specifies the application log level.-
Methods inherited from interface com.azure.resourcemanager.appservice.models.WebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication
withoutApplicationLogsStoredOnFileSystem, withoutApplicationLogsStoredOnStorageBlob
-
-
-
-
Method Detail
-
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
-
-