IotHubDataConnection type
Класс, представляющий подключение к данным центра Интернета вещей.
type IotHubDataConnection = DataConnection & {
consumerGroup?: string
dataFormat?: IotHubDataFormat
eventSystemProperties?: string[]
iotHubResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
sharedAccessPolicyName?: string
tableName?: string
}