共用方式為


IotHubDataConnection type

表示 iot 中樞數據連線的類別。

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