IWithDiagnosticLogging<FluentT> Interface

Definition

A web app definition stage allowing diagnostic logging to be set.

public interface IWithDiagnosticLogging<FluentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDiagnosticLogging<'FluentT> = interface
    interface IBeta
Public Interface IWithDiagnosticLogging(Of FluentT)
Implements IBeta

Type Parameters

FluentT

The type of the resource.

Derived
Implements

Methods

UpdateDiagnosticLogsConfiguration()

Gets Specifies the update of an existing diagnostic logs configuration.

WithContainerLoggingDisabled()

Disable the container logging for Linux web apps.

WithContainerLoggingEnabled()

Specifies the configuration for container logging for Linux web apps. Logs will be stored on the file system for up to 35 MB.

WithContainerLoggingEnabled(Int32, Int32)

Specifies the configuration for container logging for Linux web apps.

Applies to