IWithFailedRequestTracing<ParentT>.WithFailedRequestTracing 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定是否應該收集失敗要求的診斷資訊。
public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<ParentT> WithFailedRequestTracing (bool enabled);
abstract member WithFailedRequestTracing : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithAttach<'ParentT>
Public Function WithFailedRequestTracing (enabled As Boolean) As IWithAttach(Of ParentT)
參數
- enabled
- Boolean
如果應該收集失敗要求的診斷資訊,則為 True。