EventHubEventSourceCreationProperties type
Properties of the EventHub event source that are required on create or update requests.
type EventHubEventSourceCreationProperties =
EventHubEventSourceCommonProperties & { sharedAccessKey: string }