ArmKustoModelFactory.KustoEventGridDataConnection Method

Definition

Initializes a new instance of KustoEventGridDataConnection.

public static Azure.ResourceManager.Kusto.Models.KustoEventGridDataConnection KustoEventGridDataConnection (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 storageAccountResourceId = default, Azure.Core.ResourceIdentifier eventGridResourceId = default, Azure.Core.ResourceIdentifier eventHubResourceId = default, string consumerGroup = default, string tableName = default, string mappingRuleName = default, Azure.ResourceManager.Kusto.Models.KustoEventGridDataFormat? dataFormat = default, bool? isFirstRecordIgnored = default, Azure.ResourceManager.Kusto.Models.BlobStorageEventType? blobStorageEventType = default, Azure.Core.ResourceIdentifier managedIdentityResourceId = default, Guid? managedIdentityObjectId = default, Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting? databaseRouting = default, Azure.ResourceManager.Kusto.Models.KustoProvisioningState? provisioningState = default);
static member KustoEventGridDataConnection : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.Core.AzureLocation> * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier * string * string * string * Nullable<Azure.ResourceManager.Kusto.Models.KustoEventGridDataFormat> * Nullable<bool> * Nullable<Azure.ResourceManager.Kusto.Models.BlobStorageEventType> * Azure.Core.ResourceIdentifier * Nullable<Guid> * Nullable<Azure.ResourceManager.Kusto.Models.KustoDatabaseRouting> * Nullable<Azure.ResourceManager.Kusto.Models.KustoProvisioningState> -> Azure.ResourceManager.Kusto.Models.KustoEventGridDataConnection
Public Shared Function KustoEventGridDataConnection (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 storageAccountResourceId As ResourceIdentifier = Nothing, Optional eventGridResourceId As ResourceIdentifier = 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 KustoEventGridDataFormat) = Nothing, Optional isFirstRecordIgnored As Nullable(Of Boolean) = Nothing, Optional blobStorageEventType As Nullable(Of BlobStorageEventType) = Nothing, Optional managedIdentityResourceId As ResourceIdentifier = Nothing, Optional managedIdentityObjectId As Nullable(Of Guid) = Nothing, Optional databaseRouting As Nullable(Of KustoDatabaseRouting) = Nothing, Optional provisioningState As Nullable(Of KustoProvisioningState) = Nothing) As KustoEventGridDataConnection

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

location
Nullable<AzureLocation>

Resource location.

storageAccountResourceId
ResourceIdentifier

The resource ID of the storage account where the data resides.

eventGridResourceId
ResourceIdentifier

The resource ID of the event grid that is subscribed to the storage account events.

eventHubResourceId
ResourceIdentifier

The resource ID where the event grid is configured to send events.

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<KustoEventGridDataFormat>

The data format of the message. Optionally the data format can be added to each message.

isFirstRecordIgnored
Nullable<Boolean>

A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.

blobStorageEventType
Nullable<BlobStorageEventType>

The name of blob storage event type to process.

managedIdentityResourceId
ResourceIdentifier

The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub and storage account.

managedIdentityObjectId
Nullable<Guid>

The object ID of managedIdentityResourceId.

databaseRouting
Nullable<KustoDatabaseRouting>

Indication for database routing information from the data connection, by default only database routing information is allowed.

provisioningState
Nullable<KustoProvisioningState>

The provisioned state of the resource.

Returns

A new KustoEventGridDataConnection instance for mocking.

Applies to