Azure Queue Storage

List queues

List all of the queues in a particular storage account.

Inputs

Field

Type

Description

storageAccount [required]

string

filterByName

string

Filters the results to return only queues whose name begins with the specified value.

includeMetadata

boolean

Specifies whether or not to return the queue's metadata. Defaults to true.

default: true

limit

number

The maximum number of queues to return. Defaults to 1000.

default: 1000

Outputs

Expand All

Field

Type

Description

queues [required]

[object]

name [required]

string

The name of the Queue.

metadata

object

Dictionary of