toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearning.kotlin.inputs
/
OutputPortArgs
Output
Port
Args
data
class
OutputPortArgs
(
val
type
:
Output
<
Either
<
String
,
OutputPortType
>
>
?
=
null
)
:
ConvertibleToJava
<
OutputPortArgs
>
Asset output port
Members
Constructors
Output
Port
Args
Link copied to clipboard
constructor
(
type
:
Output
<
Either
<
String
,
OutputPortType
>
>
?
=
null
)
Properties
type
Link copied to clipboard
val
type
:
Output
<
Either
<
String
,
OutputPortType
>
>
?
=
null
Port data type.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
OutputPortArgs