LoggerEventhub

data class LoggerEventhub(val connectionString: String? = null, val endpointUri: String? = null, val name: String, val userAssignedIdentityClientId: String? = null)

Constructors

Link copied to clipboard
constructor(connectionString: String? = null, endpointUri: String? = null, name: String, userAssignedIdentityClientId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The connection string of an EventHub Namespace.

Link copied to clipboard
val endpointUri: String? = null

The endpoint address of an EventHub Namespace. Required when client_id is set.

Link copied to clipboard

The name of an EventHub.

Link copied to clipboard

The Client Id of the User Assigned Identity with the "Azure Event Hubs Data Sender" role to the target EventHub Namespace. Required when endpoint_uri is set. If not specified the System Assigned Identity will be used.