Freigeben über


IWithApplicationLogLevel<ParentT> Schnittstelle

Definition

Ein Web-App-Diagnoseprotokollupdate, das die Angabe der Anwendungsprotokollebene ermöglicht.

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)

Typparameter

ParentT

Die Phase des übergeordneten Updates, zu dem nach dem Anfügen dieses Updates zurückzukehren ist.

Abgeleitet
Implementiert

Methoden

WithLogLevel(LogLevel)

Gibt die Anwendungsprotokollebene an.

WithoutApplicationLogsStoredOnFileSystem()

Beendet Anwendungsprotokolle, die im Dateisystem gespeichert werden sollen.

(Geerbt von IWithoutStorageLocationForApplication<ParentT>)
WithoutApplicationLogsStoredOnStorageBlob()

Beendet Anwendungsprotokolle, die in einem Storage-Blob gespeichert werden sollen.

(Geerbt von IWithoutStorageLocationForApplication<ParentT>)

Gilt für: