Uses of Class
com.azure.resourcemanager.containerregistry.models.TimerTriggerDescriptor
-
Packages that use TimerTriggerDescriptor Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TimerTriggerDescriptor in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TimerTriggerDescriptor Modifier and Type Method Description TimerTriggerDescriptorRunInner. timerTrigger()Get the timerTrigger property: The timer trigger that caused the run.TimerTriggerDescriptorRunProperties. timerTrigger()Get the timerTrigger property: The timer trigger that caused the run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TimerTriggerDescriptor Modifier and Type Method Description RunInnerRunInner. withTimerTrigger(TimerTriggerDescriptor timerTrigger)Set the timerTrigger property: The timer trigger that caused the run.RunPropertiesRunProperties. withTimerTrigger(TimerTriggerDescriptor timerTrigger)Set the timerTrigger property: The timer trigger that caused the run. -
Uses of TimerTriggerDescriptor in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TimerTriggerDescriptor Modifier and Type Method Description TimerTriggerDescriptorTimerTriggerDescriptor. withScheduleOccurrence(String scheduleOccurrence)Set the scheduleOccurrence property: The occurrence that triggered the run.TimerTriggerDescriptorTimerTriggerDescriptor. withTimerTriggerName(String timerTriggerName)Set the timerTriggerName property: The timer trigger name that caused the run.
-