Share via


IOverrideTaskStepProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.OverrideTaskStepPropertiesTypeConverter))]
public interface IOverrideTaskStepProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.OverrideTaskStepPropertiesTypeConverter))>]
type IOverrideTaskStepProperties = interface
    interface IJsonSerializable
Public Interface IOverrideTaskStepProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Argument

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

ContextPath

The source context against which run has to be queued.

File

The file against which run has to be queued.

Target

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

UpdateTriggerToken

Base64 encoded update trigger token that will be attached with the base image trigger webhook.

Value

The collection of overridable values that can be passed when running a Task.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to