你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

获取文件系统上的 Web 服务器配额(以 MB 为单位)。

WebServerLoggingFileSystemRetentionDays

获取文件系统上的 Web 服务器日志保留天数。

WebServerLoggingStorageBlobContainer

获取用于存储 Web 服务器日志的 Azure 存储 Blob 容器 URL。

WebServerLoggingStorageBlobRetentionDays

获取 Azure 存储 Blob 上的 Web 服务器日志保留天数。

适用于