toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.machinelearningservices.kotlin.inputs
/
DockerImagePlatformArgs
Docker
Image
Platform
Args
data
class
DockerImagePlatformArgs
(
val
operatingSystemType
:
Output
<
Either
<
String
,
OperatingSystemType
>
>
?
=
null
)
:
ConvertibleToJava
<
DockerImagePlatformArgs
>
Members
Constructors
Docker
Image
Platform
Args
Link copied to clipboard
constructor
(
operatingSystemType
:
Output
<
Either
<
String
,
OperatingSystemType
>
>
?
=
null
)
Properties
operating
System
Type
Link copied to clipboard
val
operatingSystemType
:
Output
<
Either
<
String
,
OperatingSystemType
>
>
?
=
null
The OS type the Environment.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DockerImagePlatformArgs