Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interfaces
IBlank<ParentT> |
The first stage of a web app diagnostic log update as part of a update of a web app. |
IUpdate<ParentT> |
The final stage of the web app diagnostic log update. At this stage, any remaining optional settings can be specified, or the web app diagnostic log update can be attached to the parent web app update using Update.parent(). |
IWithApplicationLogLevel<ParentT> |
A web app diagnostic log update allowing application log level to be specified. |
IWithAttachForApplicationStorage<ParentT> |
The final stage of the web app diagnostic log update, plus extra settings for application logs stored in a Storage blob. At this stage, any remaining optional settings can be specified, or the web app diagnostic log update can be attached to the parent web app update using Update.parent(). |
IWithAttachForWebServerFileSystem<ParentT> |
The final stage of the web app diagnostic log update, plus extra settings for web server logs stored in the file system. At this stage, any remaining optional settings can be specified, or the web app diagnostic log update can be attached to the parent web app update using Update.parent(). |
IWithAttachForWebServerStorage<ParentT> |
The final stage of the web app diagnostic log update, plus extra settings for web server logs stored in a Storage blob. At this stage, any remaining optional settings can be specified, or the web app diagnostic log update can be attached to the parent web app update using Update.parent(). |
IWithDetailedErrorMessages<ParentT> |
A web app diagnostic log update allowing detailed error messages to be specified. |
IWithDiagnosticLogging<ParentT> |
A web app diagnostic log update allowing the log source to be set. |
IWithFailedRequestTracing<ParentT> |
A web app diagnostic log update allowing failed request tracing to be specified. |
IWithoutStorageLocationForApplication<ParentT> |
A web app diagnostic log update allowing application log storage location to be specified. |
IWithQuota<ParentT> |
A web app diagnostic log update allowing web server file system logging quota to be specified. |
IWithRetentionDays<ParentT> |
A web app diagnostic log update allowing retention days to be specified. |
IWithStorageLocationForApplication<ParentT> |
A web app diagnostic log update allowing application log storage location to be specified. |
IWithStorageLocationForWebServer<ParentT> |
A web app diagnostic log update allowing web server log storage location to be specified. |
Azure SDK for .NET