ArmKustoModelFactory.KustoEventHubDataConnection Method
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.
Initializes a new instance of KustoEventHubDataConnection.
public static Azure.ResourceManager.Kusto.Models.KustoEventHubDataConnection KustoEventHubDataConnection (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.Core.AzureLocation? location = default, Azure.Core.ResourceIdentifier eventHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Kusto.Models.KustoEventHubDataFormat? dataFormat = default, System.Collections.Generic.IEnumerable<string> eventSystemProperties = default, Azure.ResourceManager.Kusto.Models.EventHubMessagesCompressionType? compression = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default, Azure.Core.ResourceIdentifier managedIdentityResourceId = default, Guid? managedIdentityObjectId = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting? databaseRouting = default, DateTimeOffset? retrievalStartOn = default);
static member KustoEventHubDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoEventHubDataFormat> * seq<string> * Nullable<Azure.ResourceManager.Kusto.Models.EventHubMessagesCompressionType> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> * Azure.Core.ResourceIdentifier * Nullable<Guid> * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting> * Nullable<DateTimeOffset> -> Azure.ResourceManager.Kusto.Models.KustoEventHubDataConnection
Public Shared Function KustoEventHubDataConnection (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional eventHubResourceId As ResourceIdentifier = Nothing, Optional consumerGroup As String = Nothing, Optional tableName As String = Nothing, Optional mappingRuleName As String = Nothing, Optional dataFormat As Nullable(Of KustoEventHubDataFormat) = Nothing, Optional eventSystemProperties As IEnumerable(Of String) = Nothing, Optional compression As Nullable(Of EventHubMessagesCompressionType) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing, Optional managedIdentityResourceId As ResourceIdentifier = Nothing, Optional managedIdentityObjectId As Nullable(Of Guid) = Nothing, Optional databaseRouting As Nullable(Of KustoDatabaseRouting) = Nothing, Optional retrievalStartOn As Nullable(Of DateTimeOffset) = Nothing) As KustoEventHubDataConnection
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- location
- Nullable<AzureLocation>
Resource location.
- eventHubResourceId
- ResourceIdentifier
The resource ID of the event hub to be used to create a data connection.
- consumerGroup
- String
The event hub consumer group.
- tableName
- String
The table where the data should be ingested. Optionally the table information can be added to each message.
- mappingRuleName
- String
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
- dataFormat
- Nullable<KustoEventHubDataFormat>
The data format of the message. Optionally the data format can be added to each message.
- eventSystemProperties
- IEnumerable<String>
System properties of the event hub.
- compression
- Nullable<EventHubMessagesCompressionType>
The event hub messages compression type.
- provisioningState
- Nullable<KustoProvisioningState>
The provisioned state of the resource.
- managedIdentityResourceId
- ResourceIdentifier
The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub.
- databaseRouting
- Nullable<KustoDatabaseRouting>
Indication for database routing information from the data connection, by default only database routing information is allowed.
- retrievalStartOn
- Nullable<DateTimeOffset>
When defined, the data connection retrieves existing Event hub events created since the Retrieval start date. It can only retrieve events retained by the Event hub, based on its retention period.
Returns
A new KustoEventHubDataConnection instance for mocking.
Applies to
Azure SDK for .NET