ConsumerGroupCreateOrUpdateParameters Class
Parameters supplied to the Create Or Update Consumer Group operation.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.eventhub._serialization.ModelConsumerGroupCreateOrUpdateParameters
Constructor
ConsumerGroupCreateOrUpdateParameters(*, location: str, type: str | None = None, name: str | None = None, user_metadata: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
Location of the resource. Required. |
type
|
ARM type of the Namespace. |
name
|
Name of the consumer group. |
user_metadata
|
The user metadata. |
Variables
Name | Description |
---|---|
location
|
Location of the resource. Required. |
type
|
ARM type of the Namespace. |
name
|
Name of the consumer group. |
created_at
|
Exact time the message was created. |
event_hub_path
|
The path of the Event Hub. |
updated_at
|
The exact time the message was updated. |
user_metadata
|
The user metadata. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python