Share via


OverrideTaskStepProperties Constructors

Definition

Overloads

OverrideTaskStepProperties()

Initializes a new instance of the OverrideTaskStepProperties class.

OverrideTaskStepProperties(String, String, IList<Argument>, String, IList<SetValue>, String)

Initializes a new instance of the OverrideTaskStepProperties class.

OverrideTaskStepProperties()

Initializes a new instance of the OverrideTaskStepProperties class.

public OverrideTaskStepProperties ();
Public Sub New ()

Applies to

OverrideTaskStepProperties(String, String, IList<Argument>, String, IList<SetValue>, String)

Initializes a new instance of the OverrideTaskStepProperties class.

public OverrideTaskStepProperties (string contextPath = default, string file = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.Argument> arguments = default, string target = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.SetValue> values = default, string updateTriggerToken = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.OverrideTaskStepProperties : string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.Argument> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.SetValue> * string -> Microsoft.Azure.Management.ContainerRegistry.Models.OverrideTaskStepProperties
Public Sub New (Optional contextPath As String = Nothing, Optional file As String = Nothing, Optional arguments As IList(Of Argument) = Nothing, Optional target As String = Nothing, Optional values As IList(Of SetValue) = Nothing, Optional updateTriggerToken As String = Nothing)

Parameters

contextPath
String

The source context against which run has to be queued.

file
String

The file against which run has to be queued.

arguments
IList<Argument>

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

target
String

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

values
IList<SetValue>

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

updateTriggerToken
String

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

Applies to