次の方法で共有


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)

エンティティ間の既存のリレーションシップを更新します。

適用対象