Uses of Class
com.microsoft.azure.management.containerregistry.ImageDescriptor
Packages that use ImageDescriptor
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of ImageDescriptor in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return ImageDescriptorModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type ImageDescriptorModifier and TypeMethodDescriptionImageUpdateTrigger.images()
Get the list of image updates that caused the build.Method parameters in com.microsoft.azure.management.containerregistry with type arguments of type ImageDescriptorModifier and TypeMethodDescriptionImageUpdateTrigger.withImages
(List<ImageDescriptor> images) Set the list of image updates that caused the build.