Share via


AzureFunctionBindingOutput interface

The structure for keeping storage queue name and URI.

Properties

storageQueue

Storage queue.

type

The type of binding, which is always 'storage_queue'.

Property Details

storageQueue

Storage queue.

storageQueue: AzureFunctionStorageQueueOutput

Property Value

type

The type of binding, which is always 'storage_queue'.

type: "storage_queue"

Property Value

"storage_queue"