EventGridDataConnection type
Kelas yang mewakili koneksi data Event Grid.
type EventGridDataConnection = DataConnection & {
blobStorageEventType?: BlobStorageEventType
consumerGroup?: string
dataFormat?: EventGridDataFormat
eventHubResourceId?: string
ignoreFirstRecord?: boolean
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
storageAccountResourceId?: string
tableName?: string
}