Share via


ContainerRegistryDockerBuildStep Class

Definition

The Docker build step.

public class ContainerRegistryDockerBuildStep : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskStepProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryDockerBuildStep>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryDockerBuildStep>
public class ContainerRegistryDockerBuildStep : Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistryTaskStepProperties
type ContainerRegistryDockerBuildStep = class
    inherit ContainerRegistryTaskStepProperties
    interface IJsonModel<ContainerRegistryDockerBuildStep>
    interface IPersistableModel<ContainerRegistryDockerBuildStep>
type ContainerRegistryDockerBuildStep = class
    inherit ContainerRegistryTaskStepProperties
Public Class ContainerRegistryDockerBuildStep
Inherits ContainerRegistryTaskStepProperties
Implements IJsonModel(Of ContainerRegistryDockerBuildStep), IPersistableModel(Of ContainerRegistryDockerBuildStep)
Public Class ContainerRegistryDockerBuildStep
Inherits ContainerRegistryTaskStepProperties
Inheritance
ContainerRegistryDockerBuildStep
Implements

Constructors

ContainerRegistryDockerBuildStep(String)

Initializes a new instance of ContainerRegistryDockerBuildStep.

Properties

Arguments

The collection of override arguments to be used when executing this build step.

BaseImageDependencies

List of base image dependencies for a step.

(Inherited from ContainerRegistryTaskStepProperties)
ContextAccessToken

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

(Inherited from ContainerRegistryTaskStepProperties)
ContextPath

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

(Inherited from ContainerRegistryTaskStepProperties)
DockerFilePath

The Docker file path relative to the source context.

ImageNames

The fully qualified image names including the repository and tag.

IsPushEnabled

The value of this property indicates whether the image built should be pushed to the registry or not.

NoCache

The value of this property indicates whether the image cache is enabled or not.

Target

The name of the target build stage for the docker build.

Explicit Interface Implementations

IJsonModel<ContainerRegistryDockerBuildStep>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerRegistryDockerBuildStep>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContainerRegistryTaskStepProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from ContainerRegistryTaskStepProperties)
IJsonModel<ContainerRegistryTaskStepProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerRegistryTaskStepProperties)
IPersistableModel<ContainerRegistryDockerBuildStep>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryDockerBuildStep>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerRegistryDockerBuildStep>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContainerRegistryTaskStepProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ContainerRegistryTaskStepProperties)
IPersistableModel<ContainerRegistryTaskStepProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from ContainerRegistryTaskStepProperties)
IPersistableModel<ContainerRegistryTaskStepProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ContainerRegistryTaskStepProperties)

Applies to