IoTHubEventSourceCreateOrUpdateParameters type

Parameters supplied to the Create or Update Event Source operation for an IoTHub event source.

type IoTHubEventSourceCreateOrUpdateParameters =
  EventSourceCreateOrUpdateParameters & {
    consumerGroupName: string
    creationTime?: Date
    eventSourceResourceId: string
    iotHubName: string
    keyName: string
    localTimestampPropertiesLocalTimestamp?: LocalTimestamp
    provisioningState?: ProvisioningState
    sharedAccessKey: string
    time?: string
    timestampPropertyName?: string
    type?: IngressStartAtType
  }