Compartir a través de


IEncodedTaskStepUpdateParameters Interface

Definition

[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)

Applies to