Uses of Class
com.azure.resourcemanager.containerregistry.models.EncodedTaskStep
Packages that use EncodedTaskStep
Package
Description
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 EncodedTaskStepModifier and TypeMethodDescriptionstatic EncodedTaskStepEncodedTaskStep.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of EncodedTaskStep from the JsonReader.EncodedTaskStep.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.EncodedTaskStep.withContextPath(String contextPath) Set the contextPath property: The URL(absolute or relative) of the source context for the task step.EncodedTaskStep.withEncodedTaskContent(String encodedTaskContent) Set the encodedTaskContent property: Base64 encoded value of the template/definition file content.EncodedTaskStep.withEncodedValuesContent(String encodedValuesContent) Set the encodedValuesContent property: Base64 encoded value of the parameters/values file content.EncodedTaskStep.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.