GetAppResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the application.

Link copied to clipboard
val displayName: String? = null

The display name of the application.

Link copied to clipboard
val id: String

The ARM resource identifier.

Link copied to clipboard

The managed identities for the IoT Central application.

Link copied to clipboard

The resource location.

Link copied to clipboard

The ARM resource name.

Link copied to clipboard

A valid instance SKU.

Link copied to clipboard

The current state of the application.

Link copied to clipboard
val subdomain: String? = null

The subdomain of the application.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard
val template: String? = null

The ID of the application template, which is a blueprint that defines the characteristics and behaviors of an application. Optional; if not specified, defaults to a blank blueprint and allows the application to be defined from scratch.

Link copied to clipboard

The resource type.