toggle menu
pulumi-azure-native-kotlin
3.5.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.batch.kotlin.inputs
/
AutoScaleSettingsArgs
Auto
Scale
Settings
Args
data
class
AutoScaleSettingsArgs
(
val
evaluationInterval
:
Output
<
String
>
?
=
null
,
val
formula
:
Output
<
String
>
)
:
ConvertibleToJava
<
AutoScaleSettingsArgs
>
Members
Constructors
Auto
Scale
Settings
Args
Link copied to clipboard
constructor
(
evaluationInterval
:
Output
<
String
>
?
=
null
,
formula
:
Output
<
String
>
)
Properties
evaluation
Interval
Link copied to clipboard
val
evaluationInterval
:
Output
<
String
>
?
=
null
If omitted, the default value is 15 minutes (PT15M).
formula
Link copied to clipboard
val
formula
:
Output
<
String
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AutoScaleSettingsArgs