다음을 통해 공유


IWithAttach<ParentT> 인터페이스

정의

웹앱 진단 로그 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 진단 로그 정의를 부모 웹앱 정의에 연결할 수 있습니다.

public interface IWithAttach<ParentT> : Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithDetailedErrorMessages<ParentT>, Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithFailedRequestTracing<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IWithAttach<'ParentT> = interface
    interface IInDefinition<'ParentT>
    interface IWithDetailedErrorMessages<'ParentT>
    interface IWithFailedRequestTracing<'ParentT>
Public Interface IWithAttach(Of ParentT)
Implements IInDefinition(Of ParentT), IWithDetailedErrorMessages(Of ParentT), IWithFailedRequestTracing(Of ParentT)

형식 매개 변수

ParentT

WithAttach.attach()의 반환 형식입니다.

파생
구현

메서드

Attach()

웹앱 진단 로그 정의의 마지막 단계입니다. 이 단계에서는 나머지 선택적 설정을 지정하거나 WithAttach.attach()를 사용하여 웹앱 진단 로그 정의를 부모 웹앱 정의에 연결할 수 있습니다.

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

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

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

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

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

적용 대상