EventHub Class
Properties related to EventHub.
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
-
azure.mgmt.digitaltwins.v2020_10_31.models._models_py3.DigitalTwinsEndpointResourcePropertiesEventHub
Constructor
EventHub(*, connection_string_primary_key: str, dead_letter_secret: Optional[str] = None, connection_string_secondary_key: Optional[str] = None, **kwargs)
Variables
- endpoint_type
- str or EndpointType
Required. The type of Digital Twins endpoint.Constant filled by server. Possible values include: "EventHub", "EventGrid", "ServiceBus".
- provisioning_state
- str or EndpointProvisioningState
The provisioning state. Possible values include: "Provisioning", "Deleting", "Succeeded", "Failed", "Canceled", "Deleted", "Warning", "Suspending", "Restoring", "Moving", "Disabled".
- created_time
- datetime
Time when the Endpoint was added to DigitalTwinsInstance.
- dead_letter_secret
- str
Dead letter storage secret. Will be obfuscated during read.
- connection_string_primary_key
- str
Required. PrimaryConnectionString of the endpoint. Will be obfuscated during read.
- connection_string_secondary_key
- str
SecondaryConnectionString of the endpoint. Will be obfuscated during read.
Feedback
Submit and view feedback for