AzureFunctionDefinitionFunction(String, BinaryData) Constructor
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.
Initializes a new instance of AzureFunctionDefinitionFunction.
public AzureFunctionDefinitionFunction(string name, BinaryData parameters);
new Azure.AI.Projects.OpenAI.AzureFunctionDefinitionFunction : string * BinaryData -> Azure.AI.Projects.OpenAI.AzureFunctionDefinitionFunction
Public Sub New (name As String, parameters As BinaryData)
Parameters
- name
- String
The name of the function to be called.
- parameters
- BinaryData
The parameters the functions accepts, described as a JSON Schema object.
Exceptions
name or parameters is null.