Freigeben über


ListManagementTermListsExtensions.CreateAsync Methode

Definition

Erstellt eine Begriffsliste

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList> CreateAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists operations, string contentType, Microsoft.Azure.CognitiveServices.ContentModerator.Models.Body body, System.Threading.CancellationToken cancellationToken = default);
static member CreateAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IListManagementTermLists * string * Microsoft.Azure.CognitiveServices.ContentModerator.Models.Body * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList>
<Extension()>
Public Function CreateAsync (operations As IListManagementTermLists, contentType As String, body As Body, Optional cancellationToken As CancellationToken = Nothing) As Task(Of TermList)

Parameter

operations
IListManagementTermLists

Die Vorgangsgruppe für diese Erweiterungsmethode.

contentType
String

Der Inhaltstyp.

body
Body

Schema des Textkörpers.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: