IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages 메서드

정의

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

public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<ParentT> WithDetailedErrorMessages (bool enabled);
abstract member WithDetailedErrorMessages : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<'ParentT>
Public Function WithDetailedErrorMessages (enabled As Boolean) As IWithAttach(Of ParentT)

매개 변수

enabled
Boolean

True이면 자세한 오류 메시지를 수집해야 합니다.

반환

적용 대상