FileTaskStepUpdateParameters Class

Definition

The properties of updating a task step.

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

Constructors

FileTaskStepUpdateParameters()

Initializes a new instance of the FileTaskStepUpdateParameters class.

FileTaskStepUpdateParameters(String, String, String, String, IList<SetValue>)

Initializes a new instance of the FileTaskStepUpdateParameters class.

Properties

ContextAccessToken

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

(Inherited from TaskStepUpdateParameters)
ContextPath

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

(Inherited from TaskStepUpdateParameters)
TaskFilePath

Gets or sets the task template/definition file path relative to the source context.

Values

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

ValuesFilePath

Gets or sets the values/parameters file path relative to the source context.

Applies to