ConsumerGroupListResult Class

The result to the List Consumer Group operation.

Inheritance
ConsumerGroupListResult

Constructor

ConsumerGroupListResult(*, value: Optional[List[azure.mgmt.eventhub.v2018_01_01_preview.models._models_py3.ConsumerGroup]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[ConsumerGroup]

Result of the List Consumer Group operation.

next_link
str

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