ListManagementImage Class

Definition

ListManagementImage operations.

public class ListManagementImage : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImage, Microsoft.Rest.IServiceOperations<Microsoft.Azure.CognitiveServices.ContentModerator.ContentModeratorClient>
type ListManagementImage = class
    interface IServiceOperations<ContentModeratorClient>
    interface IListManagementImage
Public Class ListManagementImage
Implements IListManagementImage, IServiceOperations(Of ContentModeratorClient)
Inheritance
ListManagementImage
Implements

Constructors

ListManagementImage(ContentModeratorClient)

Initializes a new instance of the ListManagementImage class.

Properties

Client

Gets a reference to the ContentModeratorClient

Methods

AddImageFileInputWithHttpMessagesAsync(String, Stream, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageUrlInputWithHttpMessagesAsync(String, String, BodyModel, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

DeleteAllImagesWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Deletes all images from the list with list Id equal to list Id passed.

DeleteImageWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an image from the list with list Id and image Id passed.

GetAllImageIdsWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets all image Ids from the list with list Id equal to list Id passed.

Extension Methods

AddImage(IListManagementImage, String, Nullable<Int32>, String)

Add an image to the list with list Id equal to list Id passed.

AddImageAsync(IListManagementImage, String, Nullable<Int32>, String, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageFileInput(IListManagementImage, String, Stream, Nullable<Int32>, String)

Add an image to the list with list Id equal to list Id passed.

AddImageFileInputAsync(IListManagementImage, String, Stream, Nullable<Int32>, String, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

AddImageUrlInput(IListManagementImage, String, String, BodyModel, Nullable<Int32>, String)

Add an image to the list with list Id equal to list Id passed.

AddImageUrlInputAsync(IListManagementImage, String, String, BodyModel, Nullable<Int32>, String, CancellationToken)

Add an image to the list with list Id equal to list Id passed.

DeleteAllImages(IListManagementImage, String)

Deletes all images from the list with list Id equal to list Id passed.

DeleteAllImagesAsync(IListManagementImage, String, CancellationToken)

Deletes all images from the list with list Id equal to list Id passed.

DeleteImage(IListManagementImage, String, String)

Deletes an image from the list with list Id and image Id passed.

DeleteImageAsync(IListManagementImage, String, String, CancellationToken)

Deletes an image from the list with list Id and image Id passed.

GetAllImageIds(IListManagementImage, String)

Gets all image Ids from the list with list Id equal to list Id passed.

GetAllImageIdsAsync(IListManagementImage, String, CancellationToken)

Gets all image Ids from the list with list Id equal to list Id passed.

Applies to