QueueListResult Class

The response to the List Queues operation.

Inheritance
QueueListResult

Constructor

QueueListResult(*, value: Optional[List[azure.mgmt.servicebus.v2015_08_01.models._models_py3.QueueResource]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

value
list[QueueResource]
Required

Result of the List Queues operation.

next_link
str
Required

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