toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
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.
Members
Constructors
Time
Args
Link copied to clipboard
constructor
(
hour
:
Output
<
Int
>
,
minute
:
Output
<
Int
>
)
Properties
hour
Link copied to clipboard
val
hour
:
Output
<
Int
>
The hour.
minute
Link copied to clipboard
val
minute
:
Output
<
Int
>
The minute.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TimeArgs