ImageList Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- name
- String
Image List Name.
- description
- String
Description for image list.
- metadata
- IDictionary<String,String>
Image List Metadata.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET