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