toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Iot
Hub
Args
Link copied to clipboard
constructor
(
id
:
Output
<
String
>
,
identity
:
Output
<
ResourceIdentityArgs
>
)
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.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
IotHubArgs