Dela via


IWithApplicationLogLevel<ParentT> Gränssnitt

Definition

En uppdatering av webbappens diagnostiklogg som gör att programloggnivå kan anges.

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)

Typparametrar

ParentT

Fasen för den överordnade uppdateringen som ska återgå till efter att den här uppdateringen har bifogats.

Härledda
Implementeringar

Metoder

WithLogLevel(LogLevel)

Anger programloggnivån.

WithoutApplicationLogsStoredOnFileSystem()

Stoppar programloggar som ska lagras i filsystemet.

(Ärvd från IWithoutStorageLocationForApplication<ParentT>)
WithoutApplicationLogsStoredOnStorageBlob()

Stoppar programloggar som ska lagras i en Lagringsblob.

(Ärvd från IWithoutStorageLocationForApplication<ParentT>)

Gäller för