Uses of Class
com.microsoft.azure.management.containerregistry.BaseImageDependency
Packages that use BaseImageDependency
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of BaseImageDependency in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return BaseImageDependencyModifier 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.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type BaseImageDependencyModifier and TypeMethodDescriptionRegistryTaskStep.baseImageDependencies()
TaskStepProperties.baseImageDependencies()
Get list of base image dependencies for a step.