Freigeben über


SBQueueListResult interface

The response to the List Queues operation.

Properties

nextLink

Link to the next set of results. Not empty if Value contains incomplete list of queues.

value

Result of the List Queues operation.

Property Details

Link to the next set of results. Not empty if Value contains incomplete list of queues.

nextLink?: string

Property Value

string

value

Result of the List Queues operation.

value?: SBQueue[]

Property Value