IotHubDataConnection type
IoT 허브 데이터 연결을 나타내는 클래스입니다.
type IotHubDataConnection = DataConnection & {
consumerGroup?: string
dataFormat?: IotHubDataFormat
eventSystemProperties?: string[]
iotHubResourceId?: string
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
sharedAccessPolicyName?: string
tableName?: string
}