EventHubCreateOrUpdateParameters Class
Parameters supplied to the Create Or Update Event Hub 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 Azure.
- Inheritance
-
EventHubCreateOrUpdateParameters
Constructor
EventHubCreateOrUpdateParameters(*, location: str, type: Optional[str] = None, name: Optional[str] = None, message_retention_in_days: Optional[int] = None, partition_count: Optional[int] = None, status: Optional[Union[str, azure.mgmt.eventhub.v2015_08_01.models._event_hub_management_client_enums.EntityStatus]] = None, **kwargs)
Variables
- location
- str
Required. Location of the resource.
- type
- str
ARM type of the Namespace.
- name
- str
Name of the Event Hub.
- created_at
- datetime
Exact time the Event Hub was created.
- message_retention_in_days
- <xref:long>
Number of days to retain the events for this Event Hub.
- partition_count
- <xref:long>
Number of partitions created for the Event Hub.
- status
- str or EntityStatus
Enumerates the possible values for the status of the Event Hub. Possible values include: "Active", "Disabled", "Restoring", "SendDisabled", "ReceiveDisabled", "Creating", "Deleting", "Renaming", "Unknown".
- updated_at
- datetime
The exact time the message was updated.
Feedback
Submit and view feedback for