你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PatchOperation.Add<T>(String, T) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建 PatchOperation<T> 以添加值。
public static Microsoft.Azure.Cosmos.PatchOperation Add<T> (string path, T value);
static member Add : string * 'T -> Microsoft.Azure.Cosmos.PatchOperation
Public Shared Function Add(Of T) (path As String, value As T) As PatchOperation
类型参数
- T
value
的类型
参数
- path
- String
目标位置引用。
- value
- T
要添加的值。
返回
指定输入的 PatchOperation 实例。