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