AzureDataExplorerConnectionPropertiesArgs

data class AzureDataExplorerConnectionPropertiesArgs(val adxDatabaseName: Output<String>, val adxEndpointUri: Output<String>, val adxResourceId: Output<String>, val adxTableName: Output<String>? = null, val connectionType: Output<String>, val eventHubConsumerGroup: Output<String>? = null, val eventHubEndpointUri: Output<String>, val eventHubEntityPath: Output<String>, val eventHubNamespaceResourceId: Output<String>) : ConvertibleToJava<AzureDataExplorerConnectionPropertiesArgs>

Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.

Constructors

constructor(adxDatabaseName: Output<String>, adxEndpointUri: Output<String>, adxResourceId: Output<String>, adxTableName: Output<String>? = null, connectionType: Output<String>, eventHubConsumerGroup: Output<String>? = null, eventHubEndpointUri: Output<String>, eventHubEntityPath: Output<String>, eventHubNamespaceResourceId: Output<String>)

Properties

Link copied to clipboard
val adxDatabaseName: Output<String>

The name of the Azure Data Explorer database.

Link copied to clipboard
val adxEndpointUri: Output<String>

The URI of the Azure Data Explorer endpoint.

Link copied to clipboard
val adxResourceId: Output<String>

The resource ID of the Azure Data Explorer cluster.

Link copied to clipboard
val adxTableName: Output<String>? = null

The name of the Azure Data Explorer table. Defaults to AdtPropertyEvents.

Link copied to clipboard
val connectionType: Output<String>

The type of time series connection resource. Expected value is 'AzureDataExplorer'.

Link copied to clipboard
val eventHubConsumerGroup: Output<String>? = null

The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.

Link copied to clipboard

The URL of the EventHub namespace for identity-based authentication. It must include the protocol sb://

Link copied to clipboard

The EventHub name in the EventHub namespace for identity-based authentication.

Link copied to clipboard

The resource ID of the EventHub namespace.

Functions

Link copied to clipboard
open override fun toJava(): AzureDataExplorerConnectionPropertiesArgs