Uses of Class
com.azure.resourcemanager.containerregistry.models.FileTaskStep
-
Packages that use FileTaskStep Package Description com.azure.resourcemanager.containerregistry.models 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 FileTaskStep Modifier and Type Method Description FileTaskStepFileTaskStep. 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.FileTaskStepFileTaskStep. withContextPath(String contextPath)Set the contextPath property: The URL(absolute or relative) of the source context for the task step.FileTaskStepFileTaskStep. withTaskFilePath(String taskFilePath)Set the taskFilePath property: The task template/definition file path relative to the source context.FileTaskStepFileTaskStep. withValues(List<SetValue> values)Set the values property: The collection of overridable values that can be passed when running a task.FileTaskStepFileTaskStep. withValuesFilePath(String valuesFilePath)Set the valuesFilePath property: The task values/parameters file path relative to the source context.
-