RoutingEventHubPropertiesResponse

data class RoutingEventHubPropertiesResponse(val authenticationType: String? = null, val connectionString: String? = null, val endpointUri: String? = null, val entityPath: String? = null, val id: String? = null, val name: String, val resourceGroup: String? = null, val subscriptionId: String? = null)

The properties related to an event hub endpoint.

Constructors

Link copied to clipboard
constructor(authenticationType: String? = null, connectionString: String? = null, endpointUri: String? = null, entityPath: String? = null, id: String? = null, name: String, resourceGroup: String? = null, subscriptionId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Method used to authenticate against the event hub endpoint

Link copied to clipboard

The connection string of the event hub endpoint.

Link copied to clipboard
val endpointUri: String? = null

The url of the event hub endpoint. It must include the protocol sb://

Link copied to clipboard
val entityPath: String? = null

Event hub name on the event hub namespace

Link copied to clipboard
val id: String? = null

Id of the event hub endpoint

Link copied to clipboard

The name that identifies this endpoint. The name can only include alphanumeric characters, periods, underscores, hyphens and has a maximum length of 64 characters. The following names are reserved: events, fileNotifications, $default. Endpoint names must be unique across endpoint types.

Link copied to clipboard
val resourceGroup: String? = null

The name of the resource group of the event hub endpoint.

Link copied to clipboard
val subscriptionId: String? = null

The subscription identifier of the event hub endpoint.