IotHubDataConnection type
Classe représentant une connexion de données iot Hub.
type IotHubDataConnection = DataConnection & {
consumerGroup?: string
dataFormat?: IotHubDataFormat
eventSystemProperties?: string[]
iotHubResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
sharedAccessPolicyName?: string
tableName?: string
}