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

JsonPatchDocument.AppendTestRaw(String, String) 方法

定义

将“测试”操作追加到此 JsonPatchDocument

public void AppendTestRaw (string path, string rawJsonValue);
member this.AppendTestRaw : string * string -> unit
Public Sub AppendTestRaw (path As String, rawJsonValue As String)

参数

path
String

要测试的路径。

rawJsonValue
String

要测试的原始 JSON 值。

适用于