次の方法で共有


PurviewGlossaries.DeleteTermAssignmentFromEntitiesAsync メソッド

定義

特定の関連オブジェクトの一覧の用語割り当てを削除します。

public virtual System.Threading.Tasks.Task<Azure.Response> DeleteTermAssignmentFromEntitiesAsync (string termGuid, Azure.Core.RequestContent content, Azure.RequestContext context = default);
abstract member DeleteTermAssignmentFromEntitiesAsync : string * Azure.Core.RequestContent * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteTermAssignmentFromEntitiesAsync : string * Azure.Core.RequestContent * Azure.RequestContext -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteTermAssignmentFromEntitiesAsync (termGuid As String, content As RequestContent, Optional context As RequestContext = Nothing) As Task(Of Response)

パラメーター

termGuid
String

用語集の用語のグローバル一意識別子。

content
RequestContent

要求の本文として送信するコンテンツ。

context
RequestContext

要求コンテキスト。これは、呼び出しごとに要求の既定の動作をオーバーライドできます。

戻り値

例外

termGuid または content が null です。

termGuid は空の文字列であり、空でないと予想されていました。

注釈

Request 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
            }

適用対象