IOverrideTaskStepProperties Interface
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.
[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) |