Uses of Class
com.azure.resourcemanager.kusto.models.EventGridDataConnection
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of EventGridDataConnection in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionEventGridDataConnection.withBlobStorageEventType
(BlobStorageEventType blobStorageEventType) Set the blobStorageEventType property: The name of blob storage event type to process.EventGridDataConnection.withConsumerGroup
(String consumerGroup) Set the consumerGroup property: The event hub consumer group.EventGridDataConnection.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.EventGridDataConnection.withDataFormat
(EventGridDataFormat dataFormat) Set the dataFormat property: The data format of the message.EventGridDataConnection.withEventGridResourceId
(String eventGridResourceId) Set the eventGridResourceId property: The resource ID of the event grid that is subscribed to the storage account events.EventGridDataConnection.withEventHubResourceId
(String eventHubResourceId) Set the eventHubResourceId property: The resource ID where the event grid is configured to send events.EventGridDataConnection.withIgnoreFirstRecord
(Boolean ignoreFirstRecord) Set the ignoreFirstRecord property: A Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file.EventGridDataConnection.withLocation
(String location) Set the location property: Resource location.EventGridDataConnection.withManagedIdentityResourceId
(String managedIdentityResourceId) Set the managedIdentityResourceId property: The resource ID of a managed identity (system or user assigned) to be used to authenticate with event hub and storage account.EventGridDataConnection.withMappingRuleName
(String mappingRuleName) Set the mappingRuleName property: The mapping rule to be used to ingest the data.EventGridDataConnection.withStorageAccountResourceId
(String storageAccountResourceId) Set the storageAccountResourceId property: The resource ID of the storage account where the data resides.EventGridDataConnection.withTableName
(String tableName) Set the tableName property: The table where the data should be ingested.