EventHubConnectionStringProperties Class
Properties of a connection string.
- Inheritance
-
azure.eventhub._mixin.DictMixinEventHubConnectionStringProperties
Constructor
EventHubConnectionStringProperties(**kwargs)
Attributes
endpoint
///
eventhub_name
Optional. The name of the Event Hub, represented by EntityPath in the connection string.
fully_qualified_namespace
The fully qualified host name for the Event Hubs namespace. The namespace format is: .servicebus.windows.net.
shared_access_key
The shared_access_key can be used along with the shared_access_key_name as a credential.
shared_access_key_name
The name of the shared_access_key. This must be used along with the shared_access_key.
shared_access_signature
This can be provided instead of the shared_access_key_name and the shared_access_key.
Feedback
Submit and view feedback for