通过


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

PatchOperation.Move(String, String) Method

Definition

Create PatchOperation to move an object/value.

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

Parameters

from
String

The source location of the object/value.

path
String

Target location reference.

Returns

PatchOperation instance for specified input.

Applies to