ExtensionsOpenAIModelFactory.ResponsesAzureFunctionStorageQueue 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.Extensions.OpenAI.ResponsesAzureFunctionStorageQueue ResponsesAzureFunctionStorageQueue(string queueServiceEndpoint = default, string queueName = default);
static member ResponsesAzureFunctionStorageQueue : string * string -> Azure.AI.Extensions.OpenAI.ResponsesAzureFunctionStorageQueue
Public Shared Function ResponsesAzureFunctionStorageQueue (Optional queueServiceEndpoint As String = Nothing, Optional queueName As String = Nothing) As ResponsesAzureFunctionStorageQueue
Parameters
- queueServiceEndpoint
- String
URI to the Azure Storage Queue service allowing you to manipulate a queue.
- queueName
- String
The name of an Azure function storage queue.
Returns
A new ResponsesAzureFunctionStorageQueue instance for mocking.