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

DataCollector.RequestLoggingCaptureHeaders 属性

定义

对于有效负载日志记录,我们默认仅收集有效负载。 如果客户还想要收集指定的标头,可以在 captureHeaders 中设置这些标头,以便后端将收集这些标头以及有效负载。

public System.Collections.Generic.IList<string> RequestLoggingCaptureHeaders { get; set; }
member this.RequestLoggingCaptureHeaders : System.Collections.Generic.IList<string> with get, set
Public Property RequestLoggingCaptureHeaders As IList(Of String)

属性值

适用于