ConsumerGroup Class
Single item in List or Get Consumer group operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.eventhub.v2022_10_01_preview.models._models_py3.ProxyResourceConsumerGroup
Constructor
ConsumerGroup(*, user_metadata: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
user_metadata
|
User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs". |
location
|
The geo-location where the resource lives. |
system_data
|
The system meta data relating to this resource. |
created_at
|
Exact time the message was created. |
updated_at
|
The exact time the message was updated. |
user_metadata
|
User Metadata is a placeholder to store user-defined string data with maximum length 1024. e.g. it can be used to store descriptive data, such as list of teams and their contact information also user-defined configuration settings can be stored. |
Azure SDK for Python