Uses of Class
com.azure.resourcemanager.containerregistry.models.DockerBuildRequest
Packages that use DockerBuildRequest
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of DockerBuildRequest in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return DockerBuildRequestModifier and TypeMethodDescriptionstatic DockerBuildRequestDockerBuildRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DockerBuildRequest from the JsonReader.DockerBuildRequest.withAgentConfiguration(AgentProperties agentConfiguration) Set the agentConfiguration property: The machine configuration of the run agent.DockerBuildRequest.withAgentPoolName(String agentPoolName) Set the agentPoolName property: The dedicated agent pool for the run.DockerBuildRequest.withArguments(List<Argument> arguments) Set the arguments property: The collection of override arguments to be used when executing the run.DockerBuildRequest.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.DockerBuildRequest.withDockerFilePath(String dockerFilePath) Set the dockerFilePath property: The Docker file path relative to the source location.DockerBuildRequest.withImageNames(List<String> imageNames) Set the imageNames property: The fully qualified image names including the repository and tag.DockerBuildRequest.withIsArchiveEnabled(Boolean isArchiveEnabled) Set the isArchiveEnabled property: The value that indicates whether archiving is enabled for the run or not.DockerBuildRequest.withIsPushEnabled(Boolean isPushEnabled) Set the isPushEnabled property: The value of this property indicates whether the image built should be pushed to the registry or not.DockerBuildRequest.withLogTemplate(String logTemplate) Set the logTemplate property: The template that describes the repository and tag information for run log artifact.DockerBuildRequest.withNoCache(Boolean noCache) Set the noCache property: The value of this property indicates whether the image cache is enabled or not.DockerBuildRequest.withPlatform(PlatformProperties platform) Set the platform property: The platform properties against which the run has to happen.DockerBuildRequest.withSourceLocation(String sourceLocation) Set the sourceLocation property: The URL(absolute or relative) of the source context.DockerBuildRequest.withTarget(String target) Set the target property: The name of the target build stage for the docker build.DockerBuildRequest.withTimeout(Integer timeout) Set the timeout property: Run timeout in seconds.