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

PurviewCollections 类

定义

PurviewCollections 服务客户端。

public class PurviewCollections
type PurviewCollections = class
Public Class PurviewCollections
继承
PurviewCollections

构造函数

PurviewCollections()

初始化 PurviewCollections 的新实例进行模拟。

属性

Pipeline

用于发送和接收 REST 请求和响应的 HTTP 管道。

方法

CreateOrUpdateEntity(String, RequestContent, RequestContext)

创建实体或将实体更新为集合。 现有实体使用其唯一 guid(如果提供)或其唯一属性(例如:qualifiedName)进行匹配。 不支持集合的映射和数组。 例如,数组<数组 int>>、数组<映射<字符串、int>><。

CreateOrUpdateEntityAsync(String, RequestContent, RequestContext)

创建实体或将实体更新为集合。 现有实体使用其唯一 guid(如果提供)或其唯一属性(例如:qualifiedName)进行匹配。 不支持集合的映射和数组。 例如,数组<数组 int>>、数组<映射<字符串、int>><。

CreateOrUpdateEntityInBulk(String, RequestContent, RequestContext)

批量创建实体或将实体更新到集合。 现有实体使用其唯一 guid(如果提供)或其唯一属性(例如:qualifiedName)进行匹配。 不支持集合的映射和数组。 例如,数组<数组 int>>、数组<映射<字符串、int>><。

CreateOrUpdateEntityInBulkAsync(String, RequestContent, RequestContext)

批量创建实体或将实体更新到集合。 现有实体使用其唯一 guid(如果提供)或其唯一属性(例如:qualifiedName)进行匹配。 不支持集合的映射和数组。 例如,数组<数组 int>>、数组<映射<字符串、int>><。

MoveEntitiesToCollection(String, RequestContent, RequestContext)

将现有实体移动到目标集合。

MoveEntitiesToCollectionAsync(String, RequestContent, RequestContext)

将现有实体移动到目标集合。

适用于