Get Io THub Event Source Result
data class GetIoTHubEventSourceResult(val consumerGroupName: String, val creationTime: String, val eventSourceResourceId: String, val id: String, val iotHubName: String, val keyName: String, val kind: String, val localTimestamp: LocalTimestampResponse? = null, val location: String, val name: String, val provisioningState: String, val tags: Map<String, String>? = null, val time: String? = null, val timestampPropertyName: String? = null, val type: String)
An event source that receives its data from an Azure IoTHub.
Constructors
Link copied to clipboard
fun GetIoTHubEventSourceResult(consumerGroupName: String, creationTime: String, eventSourceResourceId: String, id: String, iotHubName: String, keyName: String, kind: String, localTimestamp: LocalTimestampResponse? = null, location: String, name: String, provisioningState: String, tags: Map<String, String>? = null, time: String? = null, timestampPropertyName: String? = null, type: String)