PurviewRelationships.Update(RequestContent, RequestContext) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンティティ間の既存のリレーションシップを更新します。
public virtual Azure.Response Update (Azure.Core.RequestContent content, Azure.RequestContext context = default);
abstract member Update : Azure.Core.RequestContent * Azure.RequestContext -> Azure.Response
override this.Update : Azure.Core.RequestContent * Azure.RequestContext -> Azure.Response
Public Overridable Function Update (content As RequestContent, Optional context As RequestContext = Nothing) As Response
パラメーター
- content
- RequestContent
要求の本文として送信するコンテンツ。
- context
- RequestContext
要求コンテキスト。呼び出しごとに要求の既定の動作をオーバーライドできます。
戻り値
例外
content
が null です。
注釈
の Request Body
スキーマ:
{
attributes: Dictionary<string, AnyObject>,
typeName: string,
lastModifiedTS: string,
createTime: number,
createdBy: string,
end1: {
guid: string,
typeName: string,
uniqueAttributes: Dictionary<string, AnyObject>
},
end2: AtlasObjectId,
guid: string,
homeId: string,
label: string,
provenanceType: number,
status: "ACTIVE" | "DELETED",
updateTime: number,
updatedBy: string,
version: number
}
の Response Body
スキーマ:
{
attributes: Dictionary<string, AnyObject>,
typeName: string,
lastModifiedTS: string,
createTime: number,
createdBy: string,
end1: {
guid: string,
typeName: string,
uniqueAttributes: Dictionary<string, AnyObject>
},
end2: AtlasObjectId,
guid: string,
homeId: string,
label: string,
provenanceType: number,
status: "ACTIVE" | "DELETED",
updateTime: number,
updatedBy: string,
version: number
}
の Response Error
スキーマ:
{
requestId: string,
errorCode: string,
errorMessage: string
}
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET