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