다음을 통해 공유


IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages 메서드

정의

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

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

매개 변수

enabled
Boolean

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

반환

적용 대상