pulumi-azure-kotlin
5.68.0.0
pulumi-azure-kotlin
/
com.pulumi.azure.batch.kotlin.inputs
/
PoolWindowArgs
Pool
Window
Args
data
class
PoolWindowArgs
(
val
enableAutomaticUpdates
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
PoolWindowArgs
>
Constructors
Functions
Properties
Constructors
Pool
Window
Args
Link copied to clipboard
fun
PoolWindowArgs
(
enableAutomaticUpdates
:
Output
<
Boolean
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PoolWindowArgs
Properties
enable
Automatic
Updates
Link copied to clipboard
val
enableAutomaticUpdates
:
Output
<
Boolean
>
?
=
null
Whether automatic updates are enabled on the virtual machine. Defaults to
true
.