ProjectsOpenAIModelFactory.AzureFunctionStorageQueue(String, String) 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.AzureFunctionStorageQueue AzureFunctionStorageQueue(string queueServiceEndpoint = default, string queueName = default);
static member AzureFunctionStorageQueue : string * string -> Azure.AI.Projects.OpenAI.AzureFunctionStorageQueue
Public Shared Function AzureFunctionStorageQueue (Optional queueServiceEndpoint As String = Nothing, Optional queueName As String = Nothing) As AzureFunctionStorageQueue
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 AzureFunctionStorageQueue instance for mocking.