Share via


ResponsesAzureFunctionStorageQueue(String, String) Constructor

Definition

Initializes a new instance of ResponsesAzureFunctionStorageQueue.

public ResponsesAzureFunctionStorageQueue(string queueServiceEndpoint, string queueName);
new Azure.AI.Extensions.OpenAI.ResponsesAzureFunctionStorageQueue : string * string -> Azure.AI.Extensions.OpenAI.ResponsesAzureFunctionStorageQueue
Public Sub New (queueServiceEndpoint As String, queueName As String)

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.

Exceptions

queueServiceEndpoint or queueName is null.

Applies to