次の方法で共有


IotHubDataConnection type

IoT ハブのデータ接続を表すクラス。

type IotHubDataConnection = DataConnection & {
  consumerGroup?: string
  dataFormat?: IotHubDataFormat
  eventSystemProperties?: string[]
  iotHubResourceId?: string
  mappingRuleName?: string
  provisioningState?: ResourceProvisioningState
  sharedAccessPolicyName?: string
  tableName?: string
}