IotHubDpsLinkedHubArgs

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

Constructors

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

Properties

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

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

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

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: Output<String>? = null

The IoT Hub hostname.

Link copied to clipboard
val location: Output<String>

The location of the IoT hub.

Functions

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