Uses of Class
com.azure.resourcemanager.containerregistry.models.ImageUpdateTrigger
-
Packages that use ImageUpdateTrigger 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 ImageUpdateTrigger in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ImageUpdateTrigger Modifier and Type Method Description ImageUpdateTriggerRunInner. imageUpdateTrigger()Get the imageUpdateTrigger property: The image update trigger that caused the run.ImageUpdateTriggerRunProperties. 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 ImageUpdateTrigger Modifier and Type Method Description RunInnerRunInner. withImageUpdateTrigger(ImageUpdateTrigger imageUpdateTrigger)Set the imageUpdateTrigger property: The image update trigger that caused the run.RunPropertiesRunProperties. 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 ImageUpdateTrigger Modifier and Type Method Description ImageUpdateTriggerImageUpdateTrigger. withId(String id)Set the id property: The unique ID of the trigger.ImageUpdateTriggerImageUpdateTrigger. withImages(List<ImageDescriptor> images)Set the images property: The list of image updates that caused the build.ImageUpdateTriggerImageUpdateTrigger. withTimestamp(OffsetDateTime timestamp)Set the timestamp property: The timestamp when the image update happened.
-