Share via


ContainerRegistryDockerBuildStepUpdateContent Class

Definition

The properties for updating a docker build step.

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

Constructors

ContainerRegistryDockerBuildStepUpdateContent()

Initializes a new instance of ContainerRegistryDockerBuildStepUpdateContent.

Properties

Arguments

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

ContextAccessToken

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

(Inherited from ContainerRegistryTaskStepUpdateContent)
ContextPath

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

(Inherited from ContainerRegistryTaskStepUpdateContent)
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<ContainerRegistryDockerBuildStepUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryDockerBuildStepUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<ContainerRegistryTaskStepUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from ContainerRegistryTaskStepUpdateContent)
IPersistableModel<ContainerRegistryDockerBuildStepUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryDockerBuildStepUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryDockerBuildStepUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<ContainerRegistryTaskStepUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from ContainerRegistryTaskStepUpdateContent)

Applies to