Share via


ItemParam Constructors

Definition

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.

Applies to