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