你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ListManagementImageListsExtensions.Update 方法

定义

汇报列表 ID 等于传递的列表 ID 的图像列表。

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

参数

operations
IListManagementImageLists

此扩展方法的操作组。

listId
String

图像列表的列表 ID。

contentType
String

内容类型。

body
Body

正文的架构。

返回

适用于