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

PatchOperation.Move(String, String) 方法

定义

创建 PatchOperation 以移动对象/值。

public static Microsoft.Azure.Cosmos.PatchOperation Move (string from, string path);
static member Move : string * string -> Microsoft.Azure.Cosmos.PatchOperation
Public Shared Function Move (from As String, path As String) As PatchOperation

参数

from
String

对象/值的源位置。

path
String

目标位置引用。

返回

指定输入的 PatchOperation 实例。

适用于