Uses of Class
com.azure.resourcemanager.containerregistry.models.ImageDescriptor
-
Packages that use ImageDescriptor 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 ImageDescriptor in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return ImageDescriptor Modifier and Type Method Description ImageDescriptorRunInner. logArtifact()Get the logArtifact property: The image description for the log artifact.ImageDescriptorRunProperties. logArtifact()Get the logArtifact property: The image description for the log artifact.Methods in com.azure.resourcemanager.containerregistry.fluent.models that return types with arguments of type ImageDescriptor Modifier and Type Method Description List<ImageDescriptor>RunInner. outputImages()Get the outputImages property: The list of all images that were generated from the run.List<ImageDescriptor>RunProperties. outputImages()Get the outputImages property: The list of all images that were generated from the run.Method parameters in com.azure.resourcemanager.containerregistry.fluent.models with type arguments of type ImageDescriptor Modifier and Type Method Description RunInnerRunInner. withOutputImages(List<ImageDescriptor> outputImages)Set the outputImages property: The list of all images that were generated from the run.RunPropertiesRunProperties. withOutputImages(List<ImageDescriptor> outputImages)Set the outputImages property: The list of all images that were generated from the run. -
Uses of ImageDescriptor in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return ImageDescriptor Modifier and Type Method Description ImageDescriptorImageDescriptor. withDigest(String digest)Set the digest property: The sha256-based digest of the image manifest.ImageDescriptorImageDescriptor. withRegistry(String registry)Set the registry property: The registry login server.ImageDescriptorImageDescriptor. withRepository(String repository)Set the repository property: The repository name.ImageDescriptorImageDescriptor. withTag(String tag)Set the tag property: The tag name.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ImageDescriptor Modifier and Type Method Description List<ImageDescriptor>ImageUpdateTrigger. images()Get the images property: The list of image updates that caused the build.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type ImageDescriptor Modifier and Type Method Description ImageUpdateTriggerImageUpdateTrigger. withImages(List<ImageDescriptor> images)Set the images property: The list of image updates that caused the build.
-