你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AzureFunctionStorageQueue(String, String) Constructor

Definition

Initializes a new instance of AzureFunctionStorageQueue.

public AzureFunctionStorageQueue(string storageServiceEndpoint, string queueName);
new Azure.AI.Agents.Persistent.AzureFunctionStorageQueue : string * string -> Azure.AI.Agents.Persistent.AzureFunctionStorageQueue
Public Sub New (storageServiceEndpoint As String, queueName As String)

Parameters

storageServiceEndpoint
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

storageServiceEndpoint or queueName is null.

Applies to