AzureFunctionStorageQueueOutput interface
The structure for keeping storage queue name and URI.
Properties
queue |
The name of an Azure function storage queue. |
queue |
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
queueServiceEndpoint
URI to the Azure Storage Queue service allowing you to manipulate a queue.
queueServiceEndpoint: string
Property Value
string