AzureFunctionStorageQueue interface
The structure for keeping storage queue name and URI.
Properties
queue |
The name of an Azure function storage queue. |
storage |
URI to the Azure Storage Queue service allowing you to manipulate a queue. |
Property Details
queueName
The name of an Azure function storage queue.
queueName: string
Property Value
string
storageServiceEndpoint
URI to the Azure Storage Queue service allowing you to manipulate a queue.
storageServiceEndpoint: string
Property Value
string