Uses of Class
com.microsoft.azure.management.containerregistry.FileTaskRunRequest
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of FileTaskRunRequest in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionFileTaskRunRequest.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.FileTaskRunRequest.withPlatform
(PlatformProperties platform) Set the platform properties against which the run has to happen.FileTaskRunRequest.withSourceLocation
(String sourceLocation) Set the URL(absolute or relative) of the source context.FileTaskRunRequest.withTaskFilePath
(String taskFilePath) Set the template/definition file path relative to the source.FileTaskRunRequest.withTimeout
(Integer timeout) Set run timeout in seconds.FileTaskRunRequest.withValues
(List<SetValue> values) Set the collection of overridable values that can be passed when running a task.FileTaskRunRequest.withValuesFilePath
(String valuesFilePath) Set the values/parameters file path relative to the source.