DockerTaskStep Class

Definition

The properties of a task step.

[Newtonsoft.Json.JsonObject("Docker")]
public class DockerTaskStep : Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TaskStepProperties
[<Newtonsoft.Json.JsonObject("Docker")>]
type DockerTaskStep = class
    inherit TaskStepProperties
Public Class DockerTaskStep
Inherits TaskStepProperties
Inheritance
DockerTaskStep
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

DockerTaskStep()

Initializes a new instance of the DockerTaskStep class.

DockerTaskStep(String, IList<BaseImageDependency>, String, String, IList<String>, Boolean, Boolean, IList<Argument>)

Initializes a new instance of the DockerTaskStep class.

Properties

Arguments

Gets or sets the collection of override arguments to be used when executing this build step.

BaseImageDependencies

Gets list of base image dependencies for a step.

(Inherited from TaskStepProperties)
ContextAccessToken

Gets or sets the token (git PAT or SAS token of storage account blob) associated with the context for a step.

(Inherited from TaskStepProperties)
ContextPath

Gets or sets the URL(absolute or relative) of the source context for the task step.

(Inherited from TaskStepProperties)
DockerFilePath

Gets or sets the 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 the property indicates whether the image built should be pushed to the registry or not.

NoCache

Gets or sets the value of the property indicates whether the image cache is enabled or not.

Methods

Validate()

Validate the object.

Applies to