FileTaskStep 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.
The properties of a task step.
[Newtonsoft.Json.JsonObject("FileTask")]
public class FileTaskStep : Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepProperties
[<Newtonsoft.Json.JsonObject("FileTask")>]
type FileTaskStep = class
inherit TaskStepProperties
Public Class FileTaskStep
Inherits TaskStepProperties
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
FileTaskStep() |
Initializes a new instance of the FileTaskStep class. |
FileTaskStep(String, IList<BaseImageDependency>, String, String, String, IList<SetValue>) |
Initializes a new instance of the FileTaskStep 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) |
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 task values/parameters file path relative to the source context. |
Methods
Validate() |
Validate the object. |