toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.containerregistry.kotlin.outputs
/
TimerTriggerDescriptorResponse
Timer
Trigger
Descriptor
Response
data
class
TimerTriggerDescriptorResponse
(
val
scheduleOccurrence
:
String
?
=
null
,
val
timerTriggerName
:
String
?
=
null
)
Members
Constructors
Timer
Trigger
Descriptor
Response
Link copied to clipboard
constructor
(
scheduleOccurrence
:
String
?
=
null
,
timerTriggerName
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
schedule
Occurrence
Link copied to clipboard
val
scheduleOccurrence
:
String
?
=
null
The occurrence that triggered the run.
timer
Trigger
Name
Link copied to clipboard
val
timerTriggerName
:
String
?
=
null
The timer trigger name that caused the run.