pulumi-azure-native-kotlin
2.14.0.0
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.desktopvirtualization.kotlin.inputs
/
TimeArgs
Time
Args
data
class
TimeArgs
(
val
hour
:
Output
<
Int
>
,
val
minute
:
Output
<
Int
>
)
:
ConvertibleToJava
<
TimeArgs
>
The time for a scaling action to occur.
Constructors
Functions
Properties
Constructors
Time
Args
Link copied to clipboard
fun
TimeArgs
(
hour
:
Output
<
Int
>
,
minute
:
Output
<
Int
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TimeArgs
Properties
hour
Link copied to clipboard
val
hour
:
Output
<
Int
>
The hour.
minute
Link copied to clipboard
val
minute
:
Output
<
Int
>
The minute.