GetIotDpsResourceResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

Service specific properties for a provisioning service

Link copied to clipboard

Sku info for a provisioning Service.

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

The resource tags.

Link copied to clipboard

The resource type.