Get App Result
data class GetAppResult(val applicationId: String, val displayName: String? = null, val id: String, val identity: SystemAssignedServiceIdentityResponse? = null, val location: String, val name: String, val sku: AppSkuInfoResponse, val state: String, val subdomain: String? = null, val tags: Map<String, String>? = null, val template: String? = null, val type: String)
The IoT Central application.
Constructors
Link copied to clipboard
constructor(applicationId: String, displayName: String? = null, id: String, identity: SystemAssignedServiceIdentityResponse? = null, location: String, name: String, sku: AppSkuInfoResponse, state: String, subdomain: String? = null, tags: Map<String, String>? = null, template: String? = null, type: String)