次の方法で共有


ListManagementImageListsExtensions.RefreshIndexMethodAsync メソッド

定義

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

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

パラメーター

operations
IListManagementImageLists

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

listId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象