IotHubDpsLinkedHub

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val allocationWeight: Int? = null

The weight applied to the IoT Hub. Defaults to 1.

Link copied to clipboard

Determines whether to apply allocation policies to the IoT Hub. Defaults to true.

Link copied to clipboard

The connection string to connect to the IoT Hub.

Link copied to clipboard
val hostname: String? = null

The IoT Hub hostname.

Link copied to clipboard

The location of the IoT hub.