共用方式為


IWebAppDiagnosticLogs 介面

定義

Web 應用程式中的 Web 應用程式診斷記錄設定。

public interface IWebAppDiagnosticLogs : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.SiteLogsConfigInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IWebAppBase>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable
type IWebAppDiagnosticLogs = interface
    interface IBeta
    interface IHasInner<SiteLogsConfigInner>
    interface IIndexable
    interface IHasParent<IWebAppBase>
Public Interface IWebAppDiagnosticLogs
Implements IBeta, IHasInner(Of SiteLogsConfigInner), IHasParent(Of IWebAppBase), IIndexable
實作

屬性

ApplicationLoggingFileSystemLogLevel

取得檔案系統上的應用程式記錄層級。

ApplicationLoggingStorageBlobContainer

取得用於儲存應用程式記錄的 Azure 儲存體 Blob 容器 URL。

ApplicationLoggingStorageBlobLogLevel

取得 Azure 儲存體 Blob 上的應用程式記錄層級。

ApplicationLoggingStorageBlobRetentionDays

取得 Azure 儲存體 Blob 上的應用程式記錄保留天數。

DetailedErrorMessages

取得是否應該收集詳細的錯誤訊息。

FailedRequestsTracing

取得是否應該收集失敗要求的診斷資訊。

Inner

Web 應用程式中的 Web 應用程式診斷記錄設定。

(繼承來源 IHasInner<T>)
Key

Web 應用程式中的 Web 應用程式診斷記錄設定。

(繼承來源 IIndexable)
Parent

取得這個子資源的父系。

(繼承來源 IHasParent<ParentT>)
WebServerLoggingFileSystemQuotaInMB

取得檔案系統上 MB 的網頁伺服器配額。

WebServerLoggingFileSystemRetentionDays

取得檔案系統上的網頁伺服器記錄保留天數。

WebServerLoggingStorageBlobContainer

取得用來儲存 Web 服務器記錄的 Azure 儲存體 Blob 容器 URL。

WebServerLoggingStorageBlobRetentionDays

取得 Azure 儲存體 Blob 上的 Web 服務器記錄保留天數。

適用於