IoTHubEventSourceCommonProperties type

Properties of the IoTHub event source.

type IoTHubEventSourceCommonProperties = AzureEventSourceProperties & {
  consumerGroupName: string
  iotHubName: string
  keyName: string
}