IWithFailedRequestTracing<ParentT> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
Web 應用程式診斷記錄更新,允許指定失敗的要求追蹤。
public interface IWithFailedRequestTracing<ParentT>
type IWithFailedRequestTracing<'ParentT> = interface
Public Interface IWithFailedRequestTracing(Of ParentT)
類型參數
- ParentT
附加此更新之後要返回之父更新的階段。
- 衍生
方法
WithFailedRequestTracing(Boolean) |
指定是否應該收集失敗要求的診斷資訊。 |