ListManagementImageListsExtensions.Create Method

Definition

Creates an image list.

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

Parameters

operations
IListManagementImageLists

The operations group for this extension method.

contentType
String

The content type.

body
Body

Schema of the body.

Returns

Applies to