public static interface WebAppDiagnosticLogs.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
WebAppDiagnosticLogs.DefinitionStages.Blank<ParentT>
The first stage of a web app diagnostic log definition as part of a definition of a web app.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithApplicationLogLevel<ParentT>
A web app diagnostic log definition allowing application log level to be specified.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithAttach<ParentT>
The final stage of the web app diagnostic log definition.
|
static interface |
WebAppDiagnosticLogs.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 interface |
WebAppDiagnosticLogs.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 interface |
WebAppDiagnosticLogs.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 interface |
WebAppDiagnosticLogs.DefinitionStages.WithDetailedErrorMessages<ParentT>
A web app diagnostic log definition allowing detailed error messages to be specified.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithDiagnosticLogging<ParentT>
A web app diagnostic log definition allowing the log source to be set.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithFailedRequestTracing<ParentT>
A web app diagnostic log definition allowing failed request tracing to be specified.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithQuota<ParentT>
A web app diagnostic log definition allowing web server file system logging quota to be specified.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithRetentionDays<ParentT>
A web app diagnostic log definition allowing retention days to be specified.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForApplication<ParentT>
A web app diagnostic log definition allowing application log storage location to be specified.
|
static interface |
WebAppDiagnosticLogs.DefinitionStages.WithStorageLocationForWebServer<ParentT>
A web app diagnostic log definition allowing web server log storage location to be specified.
|
Copyright © 2019. All rights reserved.