Uses of Class
com.azure.resourcemanager.containerregistry.models.TimerTriggerUpdateParameters
-
Packages that use TimerTriggerUpdateParameters Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of TimerTriggerUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TimerTriggerUpdateParameters Modifier and Type Method Description TimerTriggerUpdateParametersTimerTriggerUpdateParameters. withName(String name)Set the name property: The name of the trigger.TimerTriggerUpdateParametersTimerTriggerUpdateParameters. withSchedule(String schedule)Set the schedule property: The CRON expression for the task schedule.TimerTriggerUpdateParametersTimerTriggerUpdateParameters. 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 TimerTriggerUpdateParameters Modifier and Type Method Description List<TimerTriggerUpdateParameters>TriggerUpdateParameters. timerTriggers()Get the timerTriggers property: The collection of timer triggers.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type TimerTriggerUpdateParameters Modifier and Type Method Description TriggerUpdateParametersTriggerUpdateParameters. withTimerTriggers(List<TimerTriggerUpdateParameters> timerTriggers)Set the timerTriggers property: The collection of timer triggers.
-