次の方法で共有


PurviewGlossaries.DeleteGlossaryTermAsync(String, RequestContext) メソッド

定義

用語集の用語を削除します。

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

パラメーター

termGuid
String

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

context
RequestContext

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

戻り値

例外

termGuid が null です。

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

注釈

Response Errorスキーマ:

{
              requestId: string,
              errorCode: string,
              errorMessage: string
            }

適用対象