Freigeben über


ListManagementImage.AddImageUrlInputWithHttpMessagesAsync Methode

Definition

Fügen Sie der Liste ein Bild mit der Listen-ID hinzu, die der übergebenen Listen-ID entspricht.

public System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Image>> AddImageUrlInputWithHttpMessagesAsync (string listId, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel imageUrl, int? tag = default, string label = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member AddImageUrlInputWithHttpMessagesAsync : string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Image>>
override this.AddImageUrlInputWithHttpMessagesAsync : string * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.BodyModel * Nullable<int> * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.HttpOperationResponse<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Image>>
Public Function AddImageUrlInputWithHttpMessagesAsync (listId As String, contentType As String, imageUrl As BodyModel, Optional tag As Nullable(Of Integer) = Nothing, Optional label As String = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of HttpOperationResponse(Of Image))

Parameter

listId
String

Listen-ID der Bildliste.

contentType
String

Der Inhaltstyp.

imageUrl
BodyModel

Die Bild-URL.

tag
Nullable<Int32>

Tag für das Bild.

label
String

Die Bildbezeichnung.

customHeaders
Dictionary<String,List<String>>

Header, die der Anforderung hinzugefügt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Implementiert

Ausnahmen

Wird ausgelöst, wenn der Vorgang einen ungültigen status Code zurückgegeben hat.

Wird ausgelöst, wenn die Antwort nicht deserialisiert werden kann

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Wird ausgelöst, wenn ein erforderlicher Parameter NULL ist

Gilt für: