次の方法で共有


EventHubDataConnection type

イベント ハブ データ接続を表すクラス。

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