Compartir a través de


ListManagementImageListsExtensions.UpdateAsync Método

Definición

Novedades una lista de imágenes con el identificador de lista igual al identificador de lista pasado.

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

Parámetros

operations
IListManagementImageLists

El grupo de operaciones de este método de extensión.

listId
String

Id. de lista de la lista de imágenes.

contentType
String

Tipo de contenido.

body
Body

Esquema del cuerpo.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a