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