IAzureDataExplorerConnectionProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.AzureDataExplorerConnectionPropertiesTypeConverter))]
public interface IAzureDataExplorerConnectionProperties : Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.ITimeSeriesDatabaseConnectionProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DigitalTwins.Models.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) |