Uses of Interface
com.microsoft.azure.management.containerregistry.RegistryFileTaskStep.Update
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of RegistryFileTaskStep.Update in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionRegistryTask.UpdateStages.TaskStepType.updateFileTaskStep()
The function that specifies a task step of type FileTaskStep.RegistryFileTaskStep.UpdateStages.OverridingValues.withOverridingValue
(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withValuesPath().RegistryFileTaskStep.UpdateStages.OverridingValues.withOverridingValues
(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withValuesPath().RegistryFileTaskStep.UpdateStages.FileTaskPath.withTaskPath
(String path) The function that specifies the path to the task file.RegistryFileTaskStep.UpdateStages.ValuePath.withValuesPath
(String path) The function that specifies the path to the values.