Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition Namespace

Interfaces

IBlank<ParentT>

The first stage of a web app diagnostic log definition as part of a definition of a web app.

IDefinition<ParentT>

The entirety of a web app diagnostic log definition.

IWithApplicationLogLevel<ParentT>

A web app diagnostic log definition allowing application log level to be specified.

IWithAttach<ParentT>

The final stage of the web app diagnostic log definition. At this stage, any remaining optional settings can be specified, or the web app diagnostic log definition can be attached to the parent web app definition using WithAttach.attach().

IWithAttachForApplicationStorage<ParentT>

The final stage of the web app diagnostic log definition, 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 definition can be attached to the parent web app definition using WithAttach.attach().

IWithAttachForWebServerFileSystem<ParentT>

The final stage of the web app diagnostic log definition, 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 definition can be attached to the parent web app definition using WithAttach.attach().

IWithAttachForWebServerStorage<ParentT>

The final stage of the web app diagnostic log definition, 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 definition can be attached to the parent web app definition using WithAttach.attach().

IWithDetailedErrorMessages<ParentT>

A web app diagnostic log definition allowing detailed error messages to be specified.

IWithDiagnosticLogging<ParentT>

A web app diagnostic log definition allowing the log source to be set.

IWithFailedRequestTracing<ParentT>

A web app diagnostic log definition allowing failed request tracing to be specified.

IWithQuota<ParentT>

A web app diagnostic log definition allowing web server file system logging quota to be specified.

IWithRetentionDays<ParentT>

A web app diagnostic log definition allowing retention days to be specified.

IWithStorageLocationForApplication<ParentT>

A web app diagnostic log definition allowing application log storage location to be specified.

IWithStorageLocationForWebServer<ParentT>

A web app diagnostic log definition allowing web server log storage location to be specified.