IBlank<ParentT> Interface

Definition

The first stage of a web app diagnostic log definition as part of a definition of a web app.

public interface IBlank<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.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>)
WithWebServerLogging()

Enable logging from the web server.

(Inherited from IWithDiagnosticLogging<ParentT>)

Applies to