IoTHubEventSourceCreationProperties type

Properties of the IoTHub event source that are required on create or update requests.

type IoTHubEventSourceCreationProperties = IoTHubEventSourceCommonProperties & {
  sharedAccessKey: string
}