Uses of Class
com.microsoft.azure.management.containerregistry.BaseImageDependency
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of BaseImageDependency in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionBaseImageDependency.withDigest
(String digest) Set the sha256-based digest of the image manifest.BaseImageDependency.withRegistry
(String registry) Set the registry login server.BaseImageDependency.withRepository
(String repository) Set the repository name.Set the tag name.BaseImageDependency.withType
(BaseImageDependencyType type) Set the type of the base image dependency.Modifier and TypeMethodDescriptionRegistryTaskStep.baseImageDependencies()
TaskStepProperties.baseImageDependencies()
Get list of base image dependencies for a step.