DockerBuildStepUpdateParameters Class

Definition

The properties for updating a docker build step.

[Newtonsoft.Json.JsonObject("Docker")]
public class DockerBuildStepUpdateParameters : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskStepUpdateParameters
[<Newtonsoft.Json.JsonObject("Docker")>]
type DockerBuildStepUpdateParameters = class
    inherit TaskStepUpdateParameters
Public Class DockerBuildStepUpdateParameters
Inherits TaskStepUpdateParameters
Inheritance
DockerBuildStepUpdateParameters
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>)

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.

Applies to