共用方式為


IBlank<ParentT> 介面

定義

Web 應用程式診斷記錄定義的第一個階段,作為 Web 應用程式定義的一部分。

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)

類型參數

ParentT

最終 Attachable.attach () 的傳回型別。

衍生
實作

方法

WithApplicationLogging()

從 Web 應用程式啟用記錄。

(繼承來源 IWithDiagnosticLogging<ParentT>)
WithWebServerLogging()

從網頁伺服器啟用記錄。

(繼承來源 IWithDiagnosticLogging<ParentT>)

適用於