AzureFunctionBinding(AzureFunctionStorageQueue) Constructor
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.
Initializes a new instance of AzureFunctionBinding.
public AzureFunctionBinding(Azure.AI.Agents.Persistent.AzureFunctionStorageQueue storageQueue);
new Azure.AI.Agents.Persistent.AzureFunctionBinding : Azure.AI.Agents.Persistent.AzureFunctionStorageQueue -> Azure.AI.Agents.Persistent.AzureFunctionBinding
Public Sub New (storageQueue As AzureFunctionStorageQueue)
Parameters
- storageQueue
- AzureFunctionStorageQueue
Storage queue.
Exceptions
storageQueue
is null.