Uses of Class
com.azure.resourcemanager.containerregistry.models.TimerTrigger
Packages that use TimerTrigger
Package
Description
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 TimerTriggerModifier and TypeMethodDescriptionstatic TimerTriggerTimerTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TimerTrigger from the JsonReader.Set the name property: The name of the trigger.TimerTrigger.withSchedule(String schedule) Set the schedule property: The CRON expression for the task schedule.TimerTrigger.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 TimerTriggerModifier and TypeMethodDescriptionTriggerProperties.timerTriggers()Get the timerTriggers property: The collection of timer triggers.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type TimerTriggerModifier and TypeMethodDescriptionTriggerProperties.withTimerTriggers(List<TimerTrigger> timerTriggers) Set the timerTriggers property: The collection of timer triggers.