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