Freigeben über


IBlank<ParentT> Schnittstelle

Definition

Die erste Phase einer Web-App-Diagnoseprotokollaktualisierung im Rahmen einer Aktualisierung einer Web-App.

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

Typparameter

ParentT

Der Rückgabetyp des endgültigen Attachable.attach().

Abgeleitet
Implementiert

Methoden

WithApplicationLogging()

Aktivieren Sie die Protokollierung über die Webanwendung.

(Geerbt von IWithDiagnosticLogging<ParentT>)
WithoutApplicationLogging()

Deaktivieren Sie die Protokollierung über die Webanwendung.

(Geerbt von IWithDiagnosticLogging<ParentT>)
WithoutWebServerLogging()

Deaktivieren Sie die Protokollierung vom Webserver.

(Geerbt von IWithDiagnosticLogging<ParentT>)
WithWebServerLogging()

Aktivieren Sie die Protokollierung vom Webserver.

(Geerbt von IWithDiagnosticLogging<ParentT>)

Gilt für: