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