Uses of Class
com.azure.resourcemanager.containerregistry.models.ImageDescriptor
Packages that use ImageDescriptor
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
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 ImageDescriptorModifier and TypeMethodDescriptionRunInner.logArtifact()Get the logArtifact property: The image description for the log artifact.RunProperties.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 ImageDescriptorModifier and TypeMethodDescriptionRunInner.outputImages()Get the outputImages property: The list of all images that were generated from the run.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 ImageDescriptorModifier and TypeMethodDescriptionRunInner.withOutputImages(List<ImageDescriptor> outputImages) Set the outputImages property: The list of all images that were generated from the run.RunProperties.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 ImageDescriptorModifier and TypeMethodDescriptionstatic ImageDescriptorImageDescriptor.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageDescriptor from the JsonReader.ImageDescriptor.withDigest(String digest) Set the digest property: The sha256-based digest of the image manifest.ImageDescriptor.withRegistry(String registry) Set the registry property: The registry login server.ImageDescriptor.withRepository(String repository) Set the repository property: The repository name.Set the tag property: The tag name.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type ImageDescriptorModifier and TypeMethodDescriptionImageUpdateTrigger.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 ImageDescriptorModifier and TypeMethodDescriptionImageUpdateTrigger.withImages(List<ImageDescriptor> images) Set the images property: The list of image updates that caused the build.