AzureDataExplorerConnectionProperties Constructors
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.
Overloads
AzureDataExplorerConnectionProperties() |
Initializes a new instance of the AzureDataExplorerConnectionProperties class. |
AzureDataExplorerConnectionProperties(String, String, String, String, String, String, String, String, String) |
Initializes a new instance of the AzureDataExplorerConnectionProperties class. |
AzureDataExplorerConnectionProperties()
Initializes a new instance of the AzureDataExplorerConnectionProperties class.
public AzureDataExplorerConnectionProperties ();
Public Sub New ()
Applies to
AzureDataExplorerConnectionProperties(String, String, String, String, String, String, String, String, String)
Initializes a new instance of the AzureDataExplorerConnectionProperties class.
public AzureDataExplorerConnectionProperties (string adxResourceId, string adxEndpointUri, string adxDatabaseName, string eventHubEndpointUri, string eventHubEntityPath, string eventHubNamespaceResourceId, string provisioningState = default, string adxTableName = default, string eventHubConsumerGroup = default);
new Microsoft.Azure.Management.DigitalTwins.Models.AzureDataExplorerConnectionProperties : string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.DigitalTwins.Models.AzureDataExplorerConnectionProperties
Public Sub New (adxResourceId As String, adxEndpointUri As String, adxDatabaseName As String, eventHubEndpointUri As String, eventHubEntityPath As String, eventHubNamespaceResourceId As String, Optional provisioningState As String = Nothing, Optional adxTableName As String = Nothing, Optional eventHubConsumerGroup As String = Nothing)
Parameters
- adxResourceId
- String
The resource ID of the Azure Data Explorer cluster.
- adxEndpointUri
- String
The URI of the Azure Data Explorer endpoint.
- adxDatabaseName
- String
The name of the Azure Data Explorer database.
- eventHubEndpointUri
- String
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
- String
The resource ID of the EventHub namespace.
- provisioningState
- String
The provisioning state. Possible values include: 'Provisioning', 'Deleting', 'Updating', 'Succeeded', 'Failed', 'Canceled', 'Deleted', 'Warning', 'Suspending', 'Restoring', 'Moving', 'Disabled'
- adxTableName
- String
The name of the Azure Data Explorer table.
- eventHubConsumerGroup
- String
The EventHub consumer group to use when ADX reads from EventHub. Defaults to $Default.
Applies to
Azure SDK for .NET