Get Iot Dps Resource Result
data class GetIotDpsResourceResult(val etag: String? = null, val id: String, val location: String, val name: String, val properties: IotDpsPropertiesDescriptionResponse, val sku: IotDpsSkuInfoResponse, val tags: Map<String, String>? = null, val type: String)
The description of the provisioning service.
Constructors
Link copied to clipboard
constructor(etag: String? = null, id: String, location: String, name: String, properties: IotDpsPropertiesDescriptionResponse, sku: IotDpsSkuInfoResponse, tags: Map<String, String>? = null, type: String)