Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryDockerTaskStep.Update
Packages that use RegistryDockerTaskStep.Update
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryDockerTaskStep.Update in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryDockerTaskStep.UpdateModifier 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.