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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.OverrideTaskStepPropertiesTypeConverter))]
public class OverrideTaskStepProperties : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IOverrideTaskStepProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.OverrideTaskStepPropertiesTypeConverter))>]
type OverrideTaskStepProperties = class
interface IOverrideTaskStepProperties
interface IJsonSerializable
Public Class OverrideTaskStepProperties
Implements IOverrideTaskStepProperties
- Inheritance
-
OverrideTaskStepProperties
- Attributes
- Implements
Constructors
OverrideTaskStepProperties() |
Creates an new OverrideTaskStepProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OverrideTaskStepProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OverrideTaskStepProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IOverrideTaskStepProperties. |
FromJsonString(String) |
Creates a new instance of OverrideTaskStepProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of OverrideTaskStepProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |