Uses of Class
com.azure.resourcemanager.containerregistry.models.EncodedTaskStep
-
Packages that use EncodedTaskStep Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of EncodedTaskStep in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return EncodedTaskStep Modifier and Type Method Description EncodedTaskStepEncodedTaskStep. withContextAccessToken(String contextAccessToken)Set the contextAccessToken property: The token (git PAT or SAS token of storage account blob) associated with the context for a step.EncodedTaskStepEncodedTaskStep. withContextPath(String contextPath)Set the contextPath property: The URL(absolute or relative) of the source context for the task step.EncodedTaskStepEncodedTaskStep. withEncodedTaskContent(String encodedTaskContent)Set the encodedTaskContent property: Base64 encoded value of the template/definition file content.EncodedTaskStepEncodedTaskStep. withEncodedValuesContent(String encodedValuesContent)Set the encodedValuesContent property: Base64 encoded value of the parameters/values file content.EncodedTaskStepEncodedTaskStep. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.
-