EventHubConsumerGroupInfo Class

The properties of the EventHubConsumerGroupInfo object.

Inheritance
EventHubConsumerGroupInfo

Constructor

EventHubConsumerGroupInfo(*, tags: Optional[Dict[str, str]] = None, id: Optional[str] = None, name: Optional[str] = None, **kwargs)

Variables

tags
dict[str, str]

A set of tags. The tags.

id
str

The Event Hub-compatible consumer group identifier.

name
str

The Event Hub-compatible consumer group name.