共用方式為


IWithApplicationLogLevel<ParentT> 介面

定義

允許指定應用程式記錄層級的 Web 應用程式診斷記錄更新。

public interface IWithApplicationLogLevel<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithoutStorageLocationForApplication<ParentT>
type IWithApplicationLogLevel<'ParentT> = interface
    interface IWithoutStorageLocationForApplication<'ParentT>
Public Interface IWithApplicationLogLevel(Of ParentT)
Implements IWithoutStorageLocationForApplication(Of ParentT)

類型參數

ParentT

附加此更新之後要返回之父更新的階段。

衍生
實作

方法

WithLogLevel(LogLevel)

指定應用程式記錄層級。

WithoutApplicationLogsStoredOnFileSystem()

停止將應用程式記錄儲存在檔案系統上。

(繼承來源 IWithoutStorageLocationForApplication<ParentT>)
WithoutApplicationLogsStoredOnStorageBlob()

停止將應用程式記錄儲存在儲存體 Blob 中。

(繼承來源 IWithoutStorageLocationForApplication<ParentT>)

適用於