Condividi tramite


Body Constructors

Definition

Overloads

Body()

Initializes a new instance of the Body class.

Body(String, String, IDictionary<String,String>)

Initializes a new instance of the Body class.

Body()

Initializes a new instance of the Body class.

public Body ();
Public Sub New ()

Applies to

Body(String, String, IDictionary<String,String>)

Initializes a new instance of the Body class.

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

Parameters

name
String

Name of the list.

description
String

Description of the list.

metadata
IDictionary<String,String>

Metadata of the list.

Applies to