ListManagementTermListsExtensions.RefreshIndexMethodAsync メソッド

定義

リスト ID が渡されたリスト ID と等しいリストのインデックスを更新します。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.RefreshIndex> RefreshIndexMethodAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists operations, string listId, string language, System.Threading.CancellationToken cancellationToken = default);
static member RefreshIndexMethodAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.RefreshIndex>
<Extension()>
Public Function RefreshIndexMethodAsync (operations As IListManagementTermLists, listId As String, language As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RefreshIndex)

パラメーター

operations
IListManagementTermLists

この拡張メソッドの操作グループ。

listId
String

イメージ リストのリスト ID。

language
String

用語の言語。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象