PurviewRelationships.GetPurviewRelationship メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エンティティ間のリレーションシップ情報を GUID で取得します。
public virtual Azure.Response GetPurviewRelationship(string guid, bool? extendedInfo = default, Azure.RequestContext context = default);
abstract member GetPurviewRelationship : string * Nullable<bool> * Azure.RequestContext -> Azure.Response
override this.GetPurviewRelationship : string * Nullable<bool> * Azure.RequestContext -> Azure.Response
Public Overridable Function GetPurviewRelationship (guid As String, Optional extendedInfo As Nullable(Of Boolean) = Nothing, Optional context As RequestContext = Nothing) As Response
パラメーター
- guid
- String
リレーションシップのグローバル一意識別子。
- context
- RequestContext
要求コンテキスト。これは、呼び出しごとに要求の既定の動作をオーバーライドできます。
戻り値
例外
guid
が null です。
guid
は空の文字列であり、空でないと予想されていました。
注釈
の Response Body
スキーマ:
{
referredEntities: Dictionary<string, AtlasEntityHeader>,
relationship: {
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