ToolProjectConnectionList 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 |
|---|---|
| ToolProjectConnectionList() |
Initializes a new instance of ToolProjectConnectionList. |
| ToolProjectConnectionList(IList<ToolProjectConnection>, IDictionary<String,BinaryData>) |
Initializes a new instance of ToolProjectConnectionList. |
ToolProjectConnectionList()
- Source:
- ToolProjectConnectionList.cs
Initializes a new instance of ToolProjectConnectionList.
public ToolProjectConnectionList();
Public Sub New ()
Applies to
ToolProjectConnectionList(IList<ToolProjectConnection>, IDictionary<String,BinaryData>)
- Source:
- ToolProjectConnectionList.cs
Initializes a new instance of ToolProjectConnectionList.
public ToolProjectConnectionList(System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolProjectConnection> projectConnections, System.Collections.Generic.IDictionary<string,BinaryData> serializedAdditionalRawData);
new Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolProjectConnectionList : System.Collections.Generic.IList<Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolProjectConnection> * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Contracts.Generated.OpenAI.ToolProjectConnectionList
Public Sub New (projectConnections As IList(Of ToolProjectConnection), serializedAdditionalRawData As IDictionary(Of String, BinaryData))
Parameters
- projectConnections
- IList<ToolProjectConnection>
The project connections attached to this tool. There can be a maximum of 1 connection resource attached to the tool.
- serializedAdditionalRawData
- IDictionary<String,BinaryData>
Keeps track of any properties unknown to the library.