Uses of Interface
com.microsoft.azure.management.containerregistry.RegistryDockerTaskStep.Update
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of RegistryDockerTaskStep.Update in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionRegistryTask.UpdateStages.TaskStepType.updateDockerTaskStep()
The function that specifies a task step of type DockerTaskStep.RegistryDockerTaskStep.UpdateStages.Cache.withCacheEnabled
(boolean enabled) The function that specifies the task has a cache.RegistryDockerTaskStep.UpdateStages.DockerFilePath.withDockerFilePath
(String path) The function that specifies the path to the Docker file.RegistryDockerTaskStep.UpdateStages.ImageNames.withImageNames
(List<String> imageNames) The function that specifies the image names.RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArgument
(String name, OverridingArgument overridingArgument) The function that specifies the overriding argument and what it will override.RegistryDockerTaskStep.UpdateStages.OverridingArgumentUpdate.withOverridingArguments
(Map<String, OverridingArgument> overridingArguments) The function that specifies the overriding arguments and what they will override.RegistryDockerTaskStep.UpdateStages.Push.withPushEnabled
(boolean enabled) The function that specifies push is enabled.