IotHubDefinitionDescriptionResponse

data class IotHubDefinitionDescriptionResponse(val allocationWeight: Int? = null, val applyAllocationPolicy: Boolean? = null, val connectionString: String, val location: String, val name: String)

Description of the IoT hub.

Constructors

Link copied to clipboard
constructor(allocationWeight: Int? = null, applyAllocationPolicy: Boolean? = null, connectionString: String, location: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationWeight: Int? = null

weight to apply for a given iot h.

Link copied to clipboard

flag for applying allocationPolicy or not for a given iot hub.

Link copied to clipboard

Connection string of the IoT hub.

Link copied to clipboard

ARM region of the IoT hub.

Link copied to clipboard

Host name of the IoT hub.