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

RecordWithoutRequestBody Interface

Implements

public interface RecordWithoutRequestBody
implements Annotation

Annotation given to some tests to skip recording request bodies when test run in Record mode and using Test Proxy.

A common case for setting this is when the test has either sensitive content that cannot be redacted or large request body content that does not need to be recorded.

Applies to