EventHubListResult Class

The result of the List EventHubs operation.

Inheritance
EventHubListResult

Constructor

EventHubListResult(*, value: Optional[List[azure.mgmt.eventhub.v2015_08_01.models._models_py3.EventHubResource]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[EventHubResource]

Result of the List EventHubs operation.

next_link
str

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