DockerBuildStepUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties for updating a docker build step.
[Newtonsoft.Json.JsonObject("Docker")]
public class DockerBuildStepUpdateParameters : Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepUpdateParameters
[<Newtonsoft.Json.JsonObject("Docker")>]
type DockerBuildStepUpdateParameters = class
inherit TaskStepUpdateParameters
Public Class DockerBuildStepUpdateParameters
Inherits TaskStepUpdateParameters
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
DockerBuildStepUpdateParameters() |
Initializes a new instance of the DockerBuildStepUpdateParameters class. |
DockerBuildStepUpdateParameters(String, String, IList<String>, Nullable<Boolean>, Nullable<Boolean>, String, IList<Argument>, String) |
Initializes a new instance of the DockerBuildStepUpdateParameters class. |
Properties
Arguments |
Gets or sets the collection of override arguments to be used when executing this build step. |
ContextAccessToken |
Gets or sets the token (git PAT or SAS token of storage account blob) associated with the context for a step. (Inherited from TaskStepUpdateParameters) |
ContextPath |
Gets or sets the URL(absolute or relative) of the source context for the task step. (Inherited from TaskStepUpdateParameters) |
DockerFilePath |
Gets or sets the Docker file path relative to the source context. |
ImageNames |
Gets or sets the fully qualified image names including the repository and tag. |
IsPushEnabled |
Gets or sets the value of this property indicates whether the image built should be pushed to the registry or not. |
NoCache |
Gets or sets the value of this property indicates whether the image cache is enabled or not. |
Target |
Gets or sets the name of the target build stage for the docker build. |