EventHubConsumerGroupInfo Class

The properties of the EventHubConsumerGroupInfo object.

Inheritance
azure.mgmt.iothub._serialization.Model
EventHubConsumerGroupInfo

Constructor

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

Keyword-Only Parameters

Name Description
tags

The tags.

id
str

The Event Hub-compatible consumer group identifier.

name
str

The Event Hub-compatible consumer group name.

Variables

Name Description
tags

The tags.

id
str

The Event Hub-compatible consumer group identifier.

name
str

The Event Hub-compatible consumer group name.