EncodedTaskStepUpdateParameters 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 for updating encoded task step.
[Newtonsoft.Json.JsonObject("EncodedTask")]
public class EncodedTaskStepUpdateParameters : Microsoft.Azure.Management.ContainerRegistry.Models.TaskStepUpdateParameters
[<Newtonsoft.Json.JsonObject("EncodedTask")>]
type EncodedTaskStepUpdateParameters = class
inherit TaskStepUpdateParameters
Public Class EncodedTaskStepUpdateParameters
Inherits TaskStepUpdateParameters
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
EncodedTaskStepUpdateParameters() |
Initializes a new instance of the EncodedTaskStepUpdateParameters class. |
EncodedTaskStepUpdateParameters(String, String, String, String, IList<SetValue>) |
Initializes a new instance of the EncodedTaskStepUpdateParameters 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) |
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. |
Applies to
Azure SDK for .NET