Uses of Class
com.azure.resourcemanager.containerregistry.models.ImageUpdateTrigger
Packages that use ImageUpdateTrigger
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of ImageUpdateTrigger in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ImageUpdateTriggerModifier and TypeMethodDescriptionRunInner.imageUpdateTrigger()Get the imageUpdateTrigger property: The image update trigger that caused the run.RunProperties.imageUpdateTrigger()Get the imageUpdateTrigger property: The image update trigger that caused the run.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type ImageUpdateTriggerModifier and TypeMethodDescriptionRunInner.withImageUpdateTrigger(ImageUpdateTrigger imageUpdateTrigger) Set the imageUpdateTrigger property: The image update trigger that caused the run.RunProperties.withImageUpdateTrigger(ImageUpdateTrigger imageUpdateTrigger) Set the imageUpdateTrigger property: The image update trigger that caused the run. -
Uses of ImageUpdateTrigger in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ImageUpdateTriggerModifier and TypeMethodDescriptionstatic ImageUpdateTriggerImageUpdateTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageUpdateTrigger from the JsonReader.Set the id property: The unique ID of the trigger.ImageUpdateTrigger.withImages(List<ImageDescriptor> images) Set the images property: The list of image updates that caused the build.ImageUpdateTrigger.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: The timestamp when the image update happened.