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