Freigeben über


AzureFunctionDefinitionFunction Constructor

Definition

Initializes a new instance of AzureFunctionDefinitionFunction.

public AzureFunctionDefinitionFunction(string name, System.Collections.Generic.IDictionary<string,BinaryData> parameters);
new Azure.AI.AgentServer.Responses.Models.AzureFunctionDefinitionFunction : string * System.Collections.Generic.IDictionary<string, BinaryData> -> Azure.AI.AgentServer.Responses.Models.AzureFunctionDefinitionFunction
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