Share via


IWithApplicationLogLevel<ParentT> Interface

Definition

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

public interface IWithApplicationLogLevel<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithoutStorageLocationForApplication<ParentT>
type IWithApplicationLogLevel<'ParentT> = interface
    interface IWithoutStorageLocationForApplication<'ParentT>
Public Interface IWithApplicationLogLevel(Of ParentT)
Implements IWithoutStorageLocationForApplication(Of ParentT)

Type Parameters

ParentT

The stage of the parent update to return to after attaching this update.

Derived
Implements

Methods

WithLogLevel(LogLevel)

Specifies the application log level.

WithoutApplicationLogsStoredOnFileSystem()

Stops application logs to be stored on the file system.

(Inherited from IWithoutStorageLocationForApplication<ParentT>)
WithoutApplicationLogsStoredOnStorageBlob()

Stops application logs to be stored on in a Storage blob.

(Inherited from IWithoutStorageLocationForApplication<ParentT>)

Applies to