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

RecordFilePayload Class

  • java.lang.Object
    • com.azure.core.test.models.RecordFilePayload

public class RecordFilePayload

Model type for serializing the record file path passsed to the test proxy.

Constructor Summary

Constructor Description
RecordFilePayload(String recordingFile, String assetFile)

Creates an instance of RecordFilePayload.

Methods inherited from java.lang.Object

Constructor Details

RecordFilePayload

public RecordFilePayload(String recordingFile, String assetFile)

Creates an instance of RecordFilePayload.

Parameters:

recordingFile - The partial path to the recording file.
assetFile - The path to asset file.

Applies to