通过


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

EntityListByGuids interface

方法

delete(EntityBulkDeleteParameters)

删除由其 GUID 或唯一属性批量标识的实体列表。

get(EntityListByGuidsParameters)

列出由其 GUID 批量标识的实体。

post(EntityBulkCreateOrUpdateParameters)

批量创建或更新实体。 如果提供或唯一属性(例如: qualifiedName)使用其唯一 guid 匹配现有实体。 不支持集合的映射和数组。 例如,数组<数组<int>>、数组<映射<字符串、int>>。 对于每个联系人类型,最大联系人数为 20。

方法详细信息

delete(EntityBulkDeleteParameters)

删除由其 GUID 或唯一属性批量标识的实体列表。

function delete(options: EntityBulkDeleteParameters): StreamableMethod<EntityBulkDelete200Response | EntityBulkDeleteDefaultResponse>

参数

返回

get(EntityListByGuidsParameters)

列出由其 GUID 批量标识的实体。

function get(options: EntityListByGuidsParameters): StreamableMethod<EntityListByGuids200Response | EntityListByGuidsDefaultResponse>

参数

返回

post(EntityBulkCreateOrUpdateParameters)

批量创建或更新实体。 如果提供或唯一属性(例如: qualifiedName)使用其唯一 guid 匹配现有实体。 不支持集合的映射和数组。 例如,数组<数组<int>>、数组<映射<字符串、int>>。 对于每个联系人类型,最大联系人数为 20。

function post(options: EntityBulkCreateOrUpdateParameters): StreamableMethod<EntityBulkCreateOrUpdate200Response | EntityBulkCreateOrUpdateDefaultResponse>

参数

返回