다음을 통해 공유


IWithAttachForWebServerFileSystem<ParentT> 인터페이스

정의

웹앱 진단 로그 업데이트의 마지막 단계와 파일 시스템에 저장된 웹 서버 로그에 대한 추가 설정입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 Update.parent()를 사용하여 웹앱 진단 로그 업데이트를 부모 웹앱 업데이트에 연결할 수 있습니다.

public interface IWithAttachForWebServerFileSystem<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IUpdate<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithQuota<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Update.IWithRetentionDays<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<ParentT>
type IWithAttachForWebServerFileSystem<'ParentT> = interface
    interface IUpdate<'ParentT>
    interface ISettable<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
    interface IWithQuota<'ParentT>
    interface IWithRetentionDays<'ParentT>
Public Interface IWithAttachForWebServerFileSystem(Of ParentT)
Implements ISettable(Of ParentT), IUpdate(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT), IWithQuota(Of ParentT), IWithRetentionDays(Of ParentT)

형식 매개 변수

ParentT

Update.parent()의 반환 형식입니다.

파생
구현

메서드

Parent()

웹앱 진단 로그 업데이트의 마지막 단계와 파일 시스템에 저장된 웹 서버 로그에 대한 추가 설정입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 Update.parent()를 사용하여 웹앱 진단 로그 업데이트를 부모 웹앱 업데이트에 연결할 수 있습니다.

(다음에서 상속됨 ISettable<ParentT>)
WithDetailedErrorMessages(Boolean)

자세한 오류 메시지를 웹앱에서 수집해야 하는지를 지정합니다.

(다음에서 상속됨 IWithDetailedErrorMessages<ParentT>)
WithFailedRequestTracing(Boolean)

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

(다음에서 상속됨 IWithFailedRequestTracing<ParentT>)
WithLogRetentionDays(Int32)

유지할 로그의 최대 일 수를 지정합니다. 이보다 오래된 로그는 삭제됩니다.

(다음에서 상속됨 IWithRetentionDays<ParentT>)
WithUnlimitedLogRetentionDays()

특정 시간 이후 로그가 삭제되지 않도록 지정합니다.

(다음에서 상속됨 IWithRetentionDays<ParentT>)
WithWebServerFileSystemQuotaInMB(Int32)

파일 시스템에 허용되는 최대 로그 크기(MB)를 지정합니다.

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

적용 대상