Partager via


ListManagementTermListsExtensions.RefreshIndexMethodAsync Méthode

Définition

Actualise l’index de la liste avec l’ID de liste égal à l’ID de liste passé.

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)

Paramètres

operations
IListManagementTermLists

Groupe d’opérations pour cette méthode d’extension.

listId
String

ID de liste de la liste d’images.

language
String

Langue des termes.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à