EventHubEventSourceMutableProperties type
An object that represents a set of mutable EventHub event source resource properties.
type EventHubEventSourceMutableProperties = EventSourceMutableProperties & {
sharedAccessKey?: string
}