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