Get Iot Hub Data Connection Result
data class GetIotHubDataConnectionResult(val consumerGroup: String, val dataFormat: String? = null, val eventSystemProperties: List<String>? = null, val id: String, val iotHubResourceId: String, val kind: String, val location: String? = null, val mappingRuleName: String? = null, val name: String, val provisioningState: String, val sharedAccessPolicyName: String, val systemData: SystemDataResponse, val tableName: String? = null, val type: String)
Class representing an iot hub data connection.
Constructors
Link copied to clipboard
constructor(consumerGroup: String, dataFormat: String? = null, eventSystemProperties: List<String>? = null, id: String, iotHubResourceId: String, kind: String, location: String? = null, mappingRuleName: String? = null, name: String, provisioningState: String, sharedAccessPolicyName: String, systemData: SystemDataResponse, tableName: String? = null, type: String)
Properties
Link copied to clipboard
The iot hub consumer group.
Link copied to clipboard
The data format of the message. Optionally the data format can be added to each message.
Link copied to clipboard
System properties of the iot hub
Link copied to clipboard
The resource ID of the Iot hub to be used to create a data connection.
Link copied to clipboard
The mapping rule to be used to ingest the data. Optionally the mapping information can be added to each message.
Link copied to clipboard
The provisioned state of the resource.
Link copied to clipboard
The name of the share access policy
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.