IBlank<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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>) |