Get Iot Hub Resource Result
data class GetIotHubResourceResult(val etag: String? = null, val id: String, val location: String, val name: String, val properties: IotHubPropertiesResponse, val sku: IotHubSkuInfoResponse, val tags: Map<String, String>? = null, val type: String)
The description of the IoT hub.
Constructors
Link copied to clipboard
constructor(etag: String? = null, id: String, location: String, name: String, properties: IotHubPropertiesResponse, sku: IotHubSkuInfoResponse, tags: Map<String, String>? = null, type: String)