Share via


EncodedTaskStep Class

Definition

The properties of a encoded task step.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.EncodedTaskStepTypeConverter))]
public class EncodedTaskStep : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IEncodedTaskStep, Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.EncodedTaskStepTypeConverter))>]
type EncodedTaskStep = class
    interface IEncodedTaskStep
    interface IJsonSerializable
    interface ITaskStepProperties
    interface IValidates
Public Class EncodedTaskStep
Implements IEncodedTaskStep, IValidates
Inheritance
EncodedTaskStep
Attributes
Implements

Constructors

EncodedTaskStep()

Creates an new EncodedTaskStep instance.

Properties

BaseImageDependency

List of base image dependencies for a step.

ContextAccessToken

The token (git PAT or SAS token of storage account blob) associated with the context for a step.

ContextPath

The URL(absolute or relative) of the source context for the task step.

EncodedTaskContent

Base64 encoded value of the template/definition file content.

EncodedValuesContent

Base64 encoded value of the parameters/values file content.

Type

The type of the step.

Value

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EncodedTaskStep.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EncodedTaskStep.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IEncodedTaskStep.

FromJsonString(String)

Creates a new instance of EncodedTaskStep, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of EncodedTaskStep into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to