Uses of Class
com.azure.resourcemanager.containerregistry.models.TimerTrigger
-
Packages that use TimerTrigger Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TimerTrigger in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TimerTrigger Modifier and Type Method Description TimerTriggerTimerTrigger. withName(String name)Set the name property: The name of the trigger.TimerTriggerTimerTrigger. withSchedule(String schedule)Set the schedule property: The CRON expression for the task schedule.TimerTriggerTimerTrigger. withStatus(TriggerStatus status)Set the status property: The current status of trigger.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TimerTrigger Modifier and Type Method Description List<TimerTrigger>TriggerProperties. timerTriggers()Get the timerTriggers property: The collection of timer triggers.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type TimerTrigger Modifier and Type Method Description TriggerPropertiesTriggerProperties. withTimerTriggers(List<TimerTrigger> timerTriggers)Set the timerTriggers property: The collection of timer triggers.
-