ItemParam 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
| Name | Description |
|---|---|
| ItemParam() |
Initializes a new instance of ItemParam. |
| ItemParam(ItemType, IDictionary<String,BinaryData>) |
Initializes a new instance of ItemParam. |
ItemParam()
- Source:
- ItemParam.cs
Initializes a new instance of ItemParam.
protected ItemParam();
Protected Sub New ()
Applies to
ItemParam(ItemType, IDictionary<String,BinaryData>)
- Source:
- ItemParam.cs
Initializes a new instance of ItemParam.
public ItemParam(Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType type, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemParam : Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemType * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ItemParam
Public Sub New (type As ItemType, serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- type
- ItemType
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.