ListManagementImageListsExtensions.Update Method

Definition

Updates an image list with list Id equal to list Id passed.

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

Parameters

operations
IListManagementImageLists

The operations group for this extension method.

listId
String

List Id of the image list.

contentType
String

The content type.

body
Body

Schema of the body.

Returns

Applies to