Body 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
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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET