EventHubListResult Class

The result of the List EventHubs operation.

Inheritance
EventHubListResult

Constructor

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

Variables

value
list[Eventhub]

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.