IotHubArgs

data class IotHubArgs(val id: Output<String>, val identity: Output<ResourceIdentityArgs>) : ConvertibleToJava<IotHubArgs>

The IoT Hub details.

Constructors

Link copied to clipboard
constructor(id: Output<String>, identity: Output<ResourceIdentityArgs>)

Properties

Link copied to clipboard
val id: Output<String>

The IoT Hub resource identifier.

Link copied to clipboard

The IoT Hub identity.

Functions

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