IotHubDataConnection type
IoT hub'ı veri bağlantısını temsil eden sınıf.
type IotHubDataConnection = DataConnection & {
consumerGroup?: string
dataFormat?: IotHubDataFormat
eventSystemProperties?: string[]
iotHubResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
sharedAccessPolicyName?: string
tableName?: string
}