GetIotDpsResourceResult

data class GetIotDpsResourceResult(val etag: String? = null, val id: String, val location: String, val name: String, val properties: IotDpsPropertiesDescriptionResponse, val resourcegroup: String? = null, val sku: IotDpsSkuInfoResponse, val subscriptionid: String? = null, val systemData: SystemDataResponse, 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, resourcegroup: String? = null, sku: IotDpsSkuInfoResponse, subscriptionid: String? = null, systemData: SystemDataResponse, 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
val resourcegroup: String? = null

The resource group of the resource.

Link copied to clipboard

Sku info for a provisioning Service.

Link copied to clipboard
val subscriptionid: String? = null

The subscription id of the resource.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

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

The resource tags.

Link copied to clipboard

The resource type.