PurviewGlossaries.GetEntitiesAssignedWithTerm メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した用語で割り当てられたすべての関連オブジェクトを取得します。
public virtual Azure.Response GetEntitiesAssignedWithTerm (string termGuid, int? limit = default, int? offset = default, string sort = default, Azure.RequestContext context = default);
abstract member GetEntitiesAssignedWithTerm : string * Nullable<int> * Nullable<int> * string * Azure.RequestContext -> Azure.Response
override this.GetEntitiesAssignedWithTerm : string * Nullable<int> * Nullable<int> * string * Azure.RequestContext -> Azure.Response
Public Overridable Function GetEntitiesAssignedWithTerm (termGuid As String, Optional limit As Nullable(Of Integer) = Nothing, Optional offset As Nullable(Of Integer) = Nothing, Optional sort As String = Nothing, Optional context As RequestContext = Nothing) As Response
パラメーター
- termGuid
- String
用語集の用語のグローバル一意識別子。
- sort
- String
並べ替え順序、ASC (既定) または DESC。
- context
- RequestContext
要求コンテキスト。呼び出しごとに要求の既定の動作をオーバーライドできます。
戻り値
例外
termGuid
が null です。
termGuid
は空の文字列であり、空でないと想定されていました。
注釈
の Response Body
スキーマ:
{
guid: string,
typeName: string,
uniqueAttributes: Dictionary<string, AnyObject>,
displayText: string,
entityStatus: "ACTIVE" | "DELETED",
relationshipType: string,
relationshipAttributes: {
attributes: Dictionary<string, AnyObject>,
typeName: string,
lastModifiedTS: string
},
relationshipGuid: string,
relationshipStatus: "ACTIVE" | "DELETED"
}
の Response Error
スキーマ:
{
requestId: string,
errorCode: string,
errorMessage: string
}
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET