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

PurviewRelationships 类

定义

PurviewRelationships 服务客户端。

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

构造函数

PurviewRelationships()

初始化 PurviewRelationships 的新实例以供模拟。

属性

Pipeline

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

方法

Create(RequestContent, RequestContext)

在实体之间创建新关系。

CreateAsync(RequestContent, RequestContext)

在实体之间创建新关系。

Delete(String, RequestContext)

按 GUID 删除实体之间的关系。

DeleteAsync(String, RequestContext)

按 GUID 删除实体之间的关系。

GetPurviewRelationship(String, Nullable<Boolean>, RequestContext)

按 GUID 获取实体之间的关系信息。

GetPurviewRelationshipAsync(String, Nullable<Boolean>, RequestContext)

按 GUID 获取实体之间的关系信息。

Update(RequestContent, RequestContext)

更新实体之间的现有关系。

UpdateAsync(RequestContent, RequestContext)

更新实体之间的现有关系。

适用于