EncodedTaskStep Class

Definition

The properties of a encoded task step.

[Newtonsoft.Json.JsonObject("EncodedTask")]
public class EncodedTaskStep : Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepProperties
[<Newtonsoft.Json.JsonObject("EncodedTask")>]
type EncodedTaskStep = class
    inherit TaskStepProperties
Public Class EncodedTaskStep
Inherits TaskStepProperties
Inheritance
EncodedTaskStep
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

EncodedTaskStep()

Initializes a new instance of the EncodedTaskStep class.

EncodedTaskStep(String, IList<BaseImageDependency>, String, String, String, IList<SetValue>)

Initializes a new instance of the EncodedTaskStep class.

Properties

BaseImageDependencies

Gets list of base image dependencies for a step.

(Inherited from TaskStepProperties)
ContextAccessToken

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

(Inherited from TaskStepProperties)
ContextPath

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

(Inherited from TaskStepProperties)
EncodedTaskContent

Gets or sets base64 encoded value of the template/definition file content.

EncodedValuesContent

Gets or sets base64 encoded value of the parameters/values file content.

Values

Gets or sets the collection of overridable values that can be passed when running a task.

Methods

Validate()

Validate the object.

Applies to