IEncodedTaskStepUpdateParameters Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.EncodedTaskStepUpdateParametersTypeConverter))]
public interface IEncodedTaskStepUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.EncodedTaskStepUpdateParametersTypeConverter))>]
type IEncodedTaskStepUpdateParameters = interface
interface IJsonSerializable
interface ITaskStepUpdateParameters
Public Interface IEncodedTaskStepUpdateParameters
Implements ITaskStepUpdateParameters
- Derived
- Attributes
- Implements
Properties
ContextAccessToken |
The token (git PAT or SAS token of storage account blob) associated with the context for a step. (Inherited from ITaskStepUpdateParameters) |
ContextPath |
The URL(absolute or relative) of the source context for the task step. (Inherited from ITaskStepUpdateParameters) |
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. (Inherited from ITaskStepUpdateParameters) |
Value |
The collection of overridable values that can be passed when running a task. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |