Uses of Class
com.microsoft.azure.management.containerregistry.DockerBuildRequest
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of DockerBuildRequest in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionDockerBuildRequest.withAgentConfiguration
(AgentProperties agentConfiguration) Set the machine configuration of the run agent.DockerBuildRequest.withArguments
(List<Argument> arguments) Set the collection of override arguments to be used when executing the run.DockerBuildRequest.withDockerFilePath
(String dockerFilePath) Set the Docker file path relative to the source location.DockerBuildRequest.withImageNames
(List<String> imageNames) Set the fully qualified image names including the repository and tag.DockerBuildRequest.withIsPushEnabled
(Boolean isPushEnabled) Set the value of this property indicates whether the image built should be pushed to the registry or not.DockerBuildRequest.withNoCache
(Boolean noCache) Set the value of this property indicates whether the image cache is enabled or not.DockerBuildRequest.withPlatform
(PlatformProperties platform) Set the platform properties against which the run has to happen.DockerBuildRequest.withSourceLocation
(String sourceLocation) Set the URL(absolute or relative) of the source context.DockerBuildRequest.withTimeout
(Integer timeout) Set run timeout in seconds.