Share via


IBlank<ParentT> Interface

Definition

The first stage of a web app diagnostic log update as part of a update of a 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)

Type Parameters

ParentT

The return type of the final Attachable.attach().

Derived
Implements

Methods

WithApplicationLogging()

Enable logging from the web application.

(Inherited from IWithDiagnosticLogging<ParentT>)
WithoutApplicationLogging()

Disable logging from the web application.

(Inherited from IWithDiagnosticLogging<ParentT>)
WithoutWebServerLogging()

Disable logging from the web server.

(Inherited from IWithDiagnosticLogging<ParentT>)
WithWebServerLogging()

Enable logging from the web server.

(Inherited from IWithDiagnosticLogging<ParentT>)

Applies to