IotHubDataConnection type

Class representing an iot hub data connection.

type IotHubDataConnection = DataConnection & {
  consumerGroup?: string
  dataFormat?: IotHubDataFormat
  eventSystemProperties?: string[]
  iotHubResourceId?: string
  mappingRuleName?: string
  provisioningState?: ResourceProvisioningState
  sharedAccessPolicyName?: string
  tableName?: string
}