IotHubDataConnection type
IoT ハブのデータ接続を表すクラス。
type IotHubDataConnection = DataConnection & {
consumerGroup?: string
dataFormat?: IotHubDataFormat
eventSystemProperties?: string[]
iotHubResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
sharedAccessPolicyName?: string
tableName?: string
}