IotHubResponse

data class IotHubResponse(val id: String, val identity: ResourceIdentityResponse, val status: String)

The IoT Hub details.

Constructors

Link copied to clipboard
constructor(id: String, identity: ResourceIdentityResponse, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The IoT Hub resource identifier.

Link copied to clipboard

The IoT Hub identity.

Link copied to clipboard

The current status of the Iot Hub mapping.