Uses of Class
com.azure.resourcemanager.containerregistry.models.TriggerProperties
Packages that use TriggerProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TriggerProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return TriggerPropertiesModifier and TypeMethodDescriptionTaskInner.trigger()Get the trigger property: The properties that describe all triggers for the task.TaskProperties.trigger()Get the trigger property: The properties that describe all triggers for the task.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type TriggerPropertiesModifier and TypeMethodDescriptionTaskInner.withTrigger(TriggerProperties trigger) Set the trigger property: The properties that describe all triggers for the task.TaskProperties.withTrigger(TriggerProperties trigger) Set the trigger property: The properties that describe all triggers for the task. -
Uses of TriggerProperties in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return TriggerPropertiesModifier and TypeMethodDescriptionstatic TriggerPropertiesTriggerProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TriggerProperties from the JsonReader.RegistryTask.trigger()Gets the trigger of the task.TriggerProperties.withBaseImageTrigger(BaseImageTrigger baseImageTrigger) Set the baseImageTrigger property: The trigger based on base image dependencies.TriggerProperties.withSourceTriggers(List<SourceTrigger> sourceTriggers) Set the sourceTriggers property: The collection of triggers based on source code repository.TriggerProperties.withTimerTriggers(List<TimerTrigger> timerTriggers) Set the timerTriggers property: The collection of timer triggers.