你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithDetailedErrorMessages<ParentT>.WithDetailedErrorMessages 方法

定义

指定是否应从 Web 应用收集详细的错误消息。

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。

返回

适用于