通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OpenApiFunctionDefinitionFunction Constructor

Definition

Initializes a new instance of OpenApiFunctionDefinitionFunction.

public OpenApiFunctionDefinitionFunction(string name, System.Collections.Generic.IDictionary<string,BinaryData> parameters);
new Azure.AI.AgentServer.Responses.Models.OpenApiFunctionDefinitionFunction : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Responses.Models.OpenApiFunctionDefinitionFunction
Public Sub New (name As String, parameters As IDictionary(Of String, BinaryData))

Parameters

name
String

The name of the function to be called.

parameters
IDictionary<String,BinaryData>

The parameters the functions accepts, described as a JSON Schema object.

Exceptions

name or parameters is null.

Applies to