OverrideTaskStepProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class OverrideTaskStepProperties
type OverrideTaskStepProperties = class
Public Class OverrideTaskStepProperties
- Inheritance
-
OverrideTaskStepProperties
Constructors
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. |
Properties
Arguments |
Gets or sets the collection of override arguments to be used when executing a build step. |
ContextPath |
Gets or sets the source context against which run has to be queued. |
File |
Gets or sets the file against which run has to be queued. |
Target |
Gets or sets the name of the target build stage for the docker build. |
UpdateTriggerToken |
Gets or sets base64 encoded update trigger token that will be attached with the base image trigger webhook. |
Values |
Gets or sets the collection of overridable values that can be passed when running a Task. |
Applies to
Azure SDK for .NET