DataExplorerConnectionProperties Constructor

Definition

Initializes a new instance of DataExplorerConnectionProperties.

public DataExplorerConnectionProperties (Azure.Core.ResourceIdentifier adxResourceId, Uri adxEndpointUri, string adxDatabaseName, Uri eventHubEndpointUri, string eventHubEntityPath, Azure.Core.ResourceIdentifier eventHubNamespaceResourceId);
new Azure.ResourceManager.DigitalTwins.Models.DataExplorerConnectionProperties : Azure.Core.ResourceIdentifier * Uri * string * Uri * string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.DigitalTwins.Models.DataExplorerConnectionProperties
Public Sub New (adxResourceId As ResourceIdentifier, adxEndpointUri As Uri, adxDatabaseName As String, eventHubEndpointUri As Uri, eventHubEntityPath As String, eventHubNamespaceResourceId As ResourceIdentifier)

Parameters

adxResourceId
ResourceIdentifier

The resource ID of the Azure Data Explorer cluster.

adxEndpointUri
Uri

The URI of the Azure Data Explorer endpoint.

adxDatabaseName
String

The name of the Azure Data Explorer database.

eventHubEndpointUri
Uri

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

eventHubEntityPath
String

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

eventHubNamespaceResourceId
ResourceIdentifier

The resource ID of the EventHub namespace.

Exceptions

adxResourceId, adxEndpointUri, adxDatabaseName, eventHubEndpointUri, eventHubEntityPath or eventHubNamespaceResourceId is null.

Applies to