Uses of Class
com.azure.resourcemanager.containerregistry.models.TriggerProperties
-
Packages that use TriggerProperties Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 TriggerProperties Modifier and Type Method Description TriggerPropertiesTaskInner. trigger()Get the trigger property: The properties that describe all triggers for the task.TriggerPropertiesTaskProperties. 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 TriggerProperties Modifier and Type Method Description TaskInnerTaskInner. withTrigger(TriggerProperties trigger)Set the trigger property: The properties that describe all triggers for the task.TaskPropertiesTaskProperties. 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 TriggerProperties Modifier and Type Method Description TriggerPropertiesRegistryTask. trigger()TriggerPropertiesTriggerProperties. withBaseImageTrigger(BaseImageTrigger baseImageTrigger)Set the baseImageTrigger property: The trigger based on base image dependencies.TriggerPropertiesTriggerProperties. withSourceTriggers(List<SourceTrigger> sourceTriggers)Set the sourceTriggers property: The collection of triggers based on source code repository.TriggerPropertiesTriggerProperties. withTimerTriggers(List<TimerTrigger> timerTriggers)Set the timerTriggers property: The collection of timer triggers.
-