共用方式為


IBlank<ParentT> 介面

定義

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

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)

類型參數

ParentT

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

衍生
實作

方法

WithApplicationLogging()

從 Web 應用程式啟用記錄。

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

停用 Web 應用程式的記錄。

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

停用網頁伺服器的記錄。

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

從網頁伺服器啟用記錄。

(繼承來源 IWithDiagnosticLogging<ParentT>)

適用於