GetDpsResult

data class GetDpsResult(val allocationPolicy: String, val deviceProvisioningHostName: String, val id: String, val idScope: String, val location: String, val name: String, val resourceGroupName: String, val serviceOperationsHostName: String, val tags: Map<String, String>? = null)

A collection of values returned by getDps.

Constructors

Link copied to clipboard
constructor(allocationPolicy: String, deviceProvisioningHostName: String, id: String, idScope: String, location: String, name: String, resourceGroupName: String, serviceOperationsHostName: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The allocation policy of the IoT Device Provisioning Service.

Link copied to clipboard

The device endpoint of the IoT Device Provisioning Service.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The unique identifier of the IoT Device Provisioning Service.

Link copied to clipboard

Specifies the supported Azure location where the IoT Device Provisioning Service exists.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The service endpoint of the IoT Device Provisioning Service.

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