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
constructor(name: String, resourceGroupName: String, tags: Map<String, String>? = null)

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.

Functions

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