toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.batch.kotlin.inputs
/
PoolWindowArgs
Pool
Window
Args
data
class
PoolWindowArgs
(
val
enableAutomaticUpdates
:
Output
<
Boolean
>
?
=
null
)
:
ConvertibleToJava
<
PoolWindowArgs
>
Members
Constructors
Pool
Window
Args
Link copied to clipboard
constructor
(
enableAutomaticUpdates
:
Output
<
Boolean
>
?
=
null
)
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
.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PoolWindowArgs