pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.videoanalyzer.kotlin.inputs
/
IotHubArgs
Iot
Hub
Args
data
class
IotHubArgs
(
val
id
:
Output
<
String
>
,
val
identity
:
Output
<
ResourceIdentityArgs
>
)
:
ConvertibleToJava
<
IotHubArgs
>
The IoT Hub details.
Constructors
Functions
Properties
Constructors
Iot
Hub
Args
Link copied to clipboard
fun
IotHubArgs
(
id
:
Output
<
String
>
,
identity
:
Output
<
ResourceIdentityArgs
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IotHubArgs
Properties
id
Link copied to clipboard
val
id
:
Output
<
String
>
The IoT Hub resource identifier.
identity
Link copied to clipboard
val
identity
:
Output
<
ResourceIdentityArgs
>
The IoT Hub identity.