Freigeben über


ListManagementImageExtensions.DeleteImageAsync Methode

Definition

Löscht ein Bild aus der Liste mit übergebener Listen-ID und Bild-ID.

public static System.Threading.Tasks.Task<string> DeleteImageAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImage operations, string listId, string imageId, System.Threading.CancellationToken cancellationToken = default);
static member DeleteImageAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementImage * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
<Extension()>
Public Function DeleteImageAsync (operations As IListManagementImage, listId As String, imageId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of String)

Parameter

operations
IListManagementImage

Die Vorgangsgruppe für diese Erweiterungsmethode.

listId
String

Listen-ID der Bildliste.

imageId
String

ID des Bilds.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: