Share via


TermList Constructors

Definition

Overloads

TermList()

Initializes a new instance of the TermList class.

TermList(Nullable<Int32>, String, String, IDictionary<String,String>)

Initializes a new instance of the TermList class.

TermList()

Initializes a new instance of the TermList class.

public TermList ();
Public Sub New ()

Applies to

TermList(Nullable<Int32>, String, String, IDictionary<String,String>)

Initializes a new instance of the TermList class.

public TermList (int? id = default, string name = default, string description = default, System.Collections.Generic.IDictionary<string,string> metadata = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList : Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.TermList
Public Sub New (Optional id As Nullable(Of Integer) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional metadata As IDictionary(Of String, String) = Nothing)

Parameters

id
Nullable<Int32>

Term list Id.

name
String

Term list name.

description
String

Description for term list.

metadata
IDictionary<String,String>

Term list metadata.

Applies to