IAzureDataExplorerConnectionProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.AzureDataExplorerConnectionPropertiesTypeConverter))]
public interface IAzureDataExplorerConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.ITimeSeriesDatabaseConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.Api20220531.AzureDataExplorerConnectionPropertiesTypeConverter))>]
type IAzureDataExplorerConnectionProperties = interface
    interface IJsonSerializable
    interface ITimeSeriesDatabaseConnectionProperties
Public Interface IAzureDataExplorerConnectionProperties
Implements ITimeSeriesDatabaseConnectionProperties
Derived
Attributes
Implements

Properties

Name Description
AdxDatabaseName

The name of the Azure Data Explorer database.

AdxEndpointUri

The URI of the Azure Data Explorer endpoint.

AdxResourceId

The resource ID of the Azure Data Explorer cluster.

AdxTableName

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

ConnectionType

The type of time series connection resource.

(Inherited from ITimeSeriesDatabaseConnectionProperties)
EventHubConsumerGroup

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

EventHubEndpointUri

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

EventHubEntityPath

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

EventHubNamespaceResourceId

The resource ID of the EventHub namespace.

ProvisioningState

The provisioning state.

(Inherited from ITimeSeriesDatabaseConnectionProperties)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to