Uses of Class
com.azure.resourcemanager.containerregistry.models.TimerTriggerDescriptor
Packages that use TimerTriggerDescriptor
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 TimerTriggerDescriptorModifier and TypeMethodDescriptionRunInner.timerTrigger()Get the timerTrigger property: The timer trigger that caused the run.RunProperties.timerTrigger()Get the timerTrigger property: The timer trigger that caused the run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TimerTriggerDescriptorModifier and TypeMethodDescriptionRunInner.withTimerTrigger(TimerTriggerDescriptor timerTrigger) Set the timerTrigger property: The timer trigger that caused the run.RunProperties.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 TimerTriggerDescriptorModifier and TypeMethodDescriptionstatic TimerTriggerDescriptorTimerTriggerDescriptor.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TimerTriggerDescriptor from the JsonReader.TimerTriggerDescriptor.withScheduleOccurrence(String scheduleOccurrence) Set the scheduleOccurrence property: The occurrence that triggered the run.TimerTriggerDescriptor.withTimerTriggerName(String timerTriggerName) Set the timerTriggerName property: The timer trigger name that caused the run.