Uses of Interface
com.microsoft.azure.management.containerregistry.RegistryEncodedTaskStep.Update
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of RegistryEncodedTaskStep.Update in com.microsoft.azure.management.containerregistry
Modifier 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().