Uses of Class
com.microsoft.azure.management.containerregistry.EncodedTaskStep
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of EncodedTaskStep in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionEncodedTaskStep.withBase64EncodedTaskContent
(String encodedTaskContent) Set base64 encoded value of the template/definition file content.EncodedTaskStep.withBase64EncodedValuesContent
(String encodedValuesContent) Set base64 encoded value of the parameters/values file content.EncodedTaskStep.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.