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

JsonPatchDocument.AppendMove(String, String) 方法

定义

将“移动”操作追加到此 JsonPatchDocument

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

参数

from
String

要从其移动的路径。

path
String

要移动到的路径。

适用于