ProjectsOpenAIModelFactory.AzureFunctionBinding Method
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.
The structure for keeping storage queue name and URI.
public static Azure.AI.Projects.OpenAI.AzureFunctionBinding AzureFunctionBinding(Azure.AI.Projects.OpenAI.AzureFunctionStorageQueue storageQueue = default);
static member AzureFunctionBinding : Azure.AI.Projects.OpenAI.AzureFunctionStorageQueue -> Azure.AI.Projects.OpenAI.AzureFunctionBinding
Public Shared Function AzureFunctionBinding (Optional storageQueue As AzureFunctionStorageQueue = Nothing) As AzureFunctionBinding
Parameters
- storageQueue
- AzureFunctionStorageQueue
Storage queue.
Returns
A new AzureFunctionBinding instance for mocking.