EventHubConsumerGroupsListResult Class

The JSON-serialized array of Event Hub-compatible consumer group names with a next link.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
EventHubConsumerGroupsListResult

Constructor

EventHubConsumerGroupsListResult(*, value: Optional[List[azure.mgmt.iothub.v2019_07_01_preview.models._models_py3.EventHubConsumerGroupInfo]] = None, **kwargs)

Variables

value
list[EventHubConsumerGroupInfo]

List of consumer groups objects.

next_link
str

The next link.