Partager via


ListManagementImageListsExtensions.Update Méthode

Définition

Mises à jour une liste d’images avec l’ID de liste égal à l’ID de liste passé.

public static Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageList Update (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImageLists operations, string listId, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Body body);
static member Update : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImageLists * string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Body -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageList
<Extension()>
Public Function Update (operations As IListManagementImageLists, listId As String, contentType As String, body As Body) As ImageList

Paramètres

operations
IListManagementImageLists

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

listId
String

ID de liste de la liste d’images.

contentType
String

Type de contenu.

body
Body

Schéma du corps.

Retours

S’applique à