pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.hybridnetwork.kotlin.inputs
/
OsDiskArgs
/
OsDiskArgs
Os
Disk
Args
fun
OsDiskArgs
(
diskSizeGB
:
Output
<
Int
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
osType
:
Output
<
Either
<
String
,
OperatingSystemTypes
>
>
?
=
null
,
vhd
:
Output
<
VirtualHardDiskArgs
>
?
=
null
)