Uses of Class
com.azure.resourcemanager.containerregistry.models.FileTaskStepUpdateParameters
Packages that use FileTaskStepUpdateParameters
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of FileTaskStepUpdateParameters in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return FileTaskStepUpdateParametersModifier and TypeMethodDescriptionstatic FileTaskStepUpdateParametersFileTaskStepUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FileTaskStepUpdateParameters from the JsonReader.FileTaskStepUpdateParameters.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.FileTaskStepUpdateParameters.withContextPath(String contextPath) Set the contextPath property: The URL(absolute or relative) of the source context for the task step.FileTaskStepUpdateParameters.withTaskFilePath(String taskFilePath) Set the taskFilePath property: The task template/definition file path relative to the source context.FileTaskStepUpdateParameters.withValues(List<SetValue> values) Set the values property: The collection of overridable values that can be passed when running a task.FileTaskStepUpdateParameters.withValuesFilePath(String valuesFilePath) Set the valuesFilePath property: The values/parameters file path relative to the source context.