Uses of Class
com.azure.resourcemanager.kusto.models.IotHubDataConnection
Package
Description
Package containing the data models for KustoManagementClient.
-
Uses of IotHubDataConnection in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionIotHubDataConnection.withConsumerGroup
(String consumerGroup) Set the consumerGroup property: The iot hub consumer group.IotHubDataConnection.withDatabaseRouting
(DatabaseRouting databaseRouting) Set the databaseRouting property: Indication for database routing information from the data connection, by default only database routing information is allowed.IotHubDataConnection.withDataFormat
(IotHubDataFormat dataFormat) Set the dataFormat property: The data format of the message.IotHubDataConnection.withEventSystemProperties
(List<String> eventSystemProperties) Set the eventSystemProperties property: System properties of the iot hub.IotHubDataConnection.withIotHubResourceId
(String iotHubResourceId) Set the iotHubResourceId property: The resource ID of the Iot hub to be used to create a data connection.IotHubDataConnection.withLocation
(String location) Set the location property: Resource location.IotHubDataConnection.withMappingRuleName
(String mappingRuleName) Set the mappingRuleName property: The mapping rule to be used to ingest the data.IotHubDataConnection.withRetrievalStartDate
(OffsetDateTime retrievalStartDate) Set the retrievalStartDate property: When defined, the data connection retrieves existing Event hub events created since the Retrieval start date.IotHubDataConnection.withSharedAccessPolicyName
(String sharedAccessPolicyName) Set the sharedAccessPolicyName property: The name of the share access policy.IotHubDataConnection.withTableName
(String tableName) Set the tableName property: The table where the data should be ingested.