Get Iot Hub Resource Result
data class GetIotHubResourceResult(val etag: String? = null, val id: String, val identity: ArmIdentityResponse? = null, val location: String, val name: String, val properties: IotHubPropertiesResponse, val sku: IotHubSkuInfoResponse, val systemData: SystemDataResponse, 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, identity: ArmIdentityResponse? = null, location: String, name: String, properties: IotHubPropertiesResponse, sku: IotHubSkuInfoResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)