GetIotHubPlainArgs

data class GetIotHubPlainArgs(val name: String, val resourceGroupName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetIotHubPlainArgs>

A collection of arguments for invoking getIotHub.

Constructors

Link copied to clipboard
fun GetIotHubPlainArgs(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard

The name of this IoTHub.

Link copied to clipboard

The name of the Resource Group where the IoTHub exists.

Link copied to clipboard
val tags: Map<String, String>? = null

A mapping of tags which should be assigned to the IoTHub.