IotHubDefinitionDescriptionArgs

data class IotHubDefinitionDescriptionArgs(val allocationWeight: Output<Int>? = null, val applyAllocationPolicy: Output<Boolean>? = null, val connectionString: Output<String>, val location: Output<String>) : ConvertibleToJava<IotHubDefinitionDescriptionArgs>

Description of the IoT hub.

Constructors

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

Properties

Link copied to clipboard
val allocationWeight: Output<Int>? = null

weight to apply for a given iot h.

Link copied to clipboard
val applyAllocationPolicy: Output<Boolean>? = null

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
val location: Output<String>

ARM region of the IoT hub.

Functions

Link copied to clipboard
open override fun toJava(): IotHubDefinitionDescriptionArgs