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

IWithFailedRequestTracing<ParentT>.WithFailedRequestTracing 方法

定义

指定是否应收集有关失败请求的诊断信息。

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

参数

enabled
Boolean

如此 如果应收集失败请求的诊断信息。

返回

适用于