EventHubDataConnection type
イベント ハブ データ接続を表すクラス。
type EventHubDataConnection = DataConnection & {
compression?: Compression
consumerGroup?: string
dataFormat?: EventHubDataFormat
eventHubResourceId?: string
eventSystemProperties?: string[]
managedIdentityResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
tableName?: string
}