Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryEncodedTaskStep.Update
Packages that use RegistryEncodedTaskStep.Update
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistryEncodedTaskStep.Update in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return RegistryEncodedTaskStep.UpdateModifier and TypeMethodDescriptionRegistryTask.UpdateStages.TaskStepType.updateEncodedTaskStep()The function that specifies a task step of type EncodedTaskStep.RegistryEncodedTaskStep.UpdateStages.EncodedTaskContent.withBase64EncodedTaskContent(String encodedTaskContent) The function that specifies the path to the base64 encoded task content.RegistryEncodedTaskStep.UpdateStages.ValuePath.withBase64EncodedValueContent(String encodedValueContent) The function that specifies the path to the base64 encoded value content.RegistryEncodedTaskStep.UpdateStages.OverridingValues.withOverridingValue(String name, OverridingValue overridingValue) The function that specifies a single value that will override the corresponding value specified under the function withBase64EncodedValueContent().RegistryEncodedTaskStep.UpdateStages.OverridingValues.withOverridingValues(Map<String, OverridingValue> overridingValues) The function that specifies the values that override the corresponding values specified under the function withBase64EncodedValueContent().