IWebAppDiagnosticLogs 인터페이스

정의

웹앱의 웹앱 진단 로그 구성입니다.

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 Storage Blob 컨테이너 URL을 가져옵니다.

ApplicationLoggingStorageBlobLogLevel

Azure Storage Blob에서 애플리케이션 로그 수준을 가져옵니다.

ApplicationLoggingStorageBlobRetentionDays

Azure Storage Blob에서 애플리케이션 로그 보존 일을 가져옵니다.

DetailedErrorMessages

자세한 오류 메시지를 수집해야 하는지를 가져옵니다.

FailedRequestsTracing

실패한 요청에 대한 진단 정보를 수집해야 하는지를 가져옵니다.

Inner

웹앱의 웹앱 진단 로그 구성입니다.

(다음에서 상속됨 IHasInner<T>)
Key

웹앱의 웹앱 진단 로그 구성입니다.

(다음에서 상속됨 IIndexable)
Parent

이 자식 리소스의 부모를 가져옵니다.

(다음에서 상속됨 IHasParent<ParentT>)
WebServerLoggingFileSystemQuotaInMB

파일 시스템의 웹 서버 할당량을 MB로 가져옵니다.

WebServerLoggingFileSystemRetentionDays

파일 시스템의 웹 서버 로그 보존 날짜를 가져옵니다.

WebServerLoggingStorageBlobContainer

웹 서버 로그를 저장하기 위한 Azure Storage Blob 컨테이너 URL을 가져옵니다.

WebServerLoggingStorageBlobRetentionDays

Azure Storage Blob에서 웹 서버 로그 보존 일을 가져옵니다.

적용 대상