Interface WebAppDiagnosticLogs.UpdateStages
-
- Enclosing interface:
- WebAppDiagnosticLogs
public static interface WebAppDiagnosticLogs.UpdateStagesGrouping of web app diagnostic log update stages applicable as part of a web app update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebAppDiagnosticLogs.UpdateStages.Blank<ParentT>The first stage of a web app diagnostic log update as part of a update of a web app.static interfaceWebAppDiagnosticLogs.UpdateStages.Update<ParentT>The final stage of the web app diagnostic log update.static interfaceWebAppDiagnosticLogs.UpdateStages.WithApplicationLogLevel<ParentT>A web app diagnostic log update allowing application log level to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithAttachForApplicationStorage<ParentT>The final stage of the web app diagnostic log update, plus extra settings for application logs stored in a Storage blob.static interfaceWebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerFileSystem<ParentT>The final stage of the web app diagnostic log update, plus extra settings for web server logs stored in the file system.static interfaceWebAppDiagnosticLogs.UpdateStages.WithAttachForWebServerStorage<ParentT>The final stage of the web app diagnostic log update, plus extra settings for web server logs stored in a Storage blob.static interfaceWebAppDiagnosticLogs.UpdateStages.WithDetailedErrorMessages<ParentT>A web app diagnostic log update allowing detailed error messages to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithDiagnosticLogging<ParentT>A web app diagnostic log update allowing the log source to be set.static interfaceWebAppDiagnosticLogs.UpdateStages.WithFailedRequestTracing<ParentT>A web app diagnostic log update allowing failed request tracing to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithoutStorageLocationForApplication<ParentT>A web app diagnostic log update allowing application log storage location to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithQuota<ParentT>A web app diagnostic log update allowing web server file system logging quota to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithRetentionDays<ParentT>A web app diagnostic log update allowing retention days to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithStorageLocationForApplication<ParentT>A web app diagnostic log update allowing application log storage location to be specified.static interfaceWebAppDiagnosticLogs.UpdateStages.WithStorageLocationForWebServer<ParentT>A web app diagnostic log update allowing web server log storage location to be specified.
-