Uses of Class
com.microsoft.azure.management.containerregistry.ImageDescriptor
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImageDescriptor in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionImageDescriptor.withDigest
(String digest) Set the sha256-based digest of the image manifest.ImageDescriptor.withRegistry
(String registry) Set the registry login server.ImageDescriptor.withRepository
(String repository) Set the repository name.Set the tag name.Modifier and TypeMethodDescriptionImageUpdateTrigger.images()
Get the list of image updates that caused the build.Modifier and TypeMethodDescriptionImageUpdateTrigger.withImages
(List<ImageDescriptor> images) Set the list of image updates that caused the build.