共用方式為


IWithDiagnosticLogging<FluentT> 介面

定義

允許設定診斷記錄的 Web 應用程式定義階段。

public interface IWithDiagnosticLogging<FluentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithDiagnosticLogging<'FluentT> = interface
    interface IBeta
Public Interface IWithDiagnosticLogging(Of FluentT)
Implements IBeta

類型參數

FluentT

資源類型。

衍生
實作

方法

UpdateDiagnosticLogsConfiguration()

取得 指定現有診斷記錄組態的更新。

WithContainerLoggingDisabled()

停用 Linux Web 應用程式的容器記錄。

WithContainerLoggingEnabled()

指定 Linux Web 應用程式的容器記錄設定。 記錄會儲存在檔案系統上,最多 35 MB。

WithContainerLoggingEnabled(Int32, Int32)

指定 Linux Web 應用程式的容器記錄設定。

適用於