ImageList Constructors

Definition

Overloads

ImageList()

Initializes a new instance of the ImageList class.

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

Initializes a new instance of the ImageList class.

ImageList()

Initializes a new instance of the ImageList class.

public ImageList ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ImageList class.

public ImageList (int? id = default, string name = default, string description = default, System.Collections.Generic.IDictionary<string,string> metadata = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageList : Nullable<int> * string * string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.ImageList
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>

Image List Id.

name
String

Image List Name.

description
String

Description for image list.

metadata
IDictionary<String,String>

Image List Metadata.

Applies to