EventHubDataConnection type

이벤트 허브 데이터 연결을 나타내는 클래스입니다.

type EventHubDataConnection = DataConnection & {
  compression?: Compression
  consumerGroup?: string
  dataFormat?: EventHubDataFormat
  eventHubResourceId?: string
  eventSystemProperties?: string[]
  managedIdentityResourceId?: string
  mappingRuleName?: string
  provisioningState?: ResourceProvisioningState
  tableName?: string
}