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