Share via


IFileTaskStepUpdateParameters Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.FileTaskStepUpdateParametersTypeConverter))]
public interface IFileTaskStepUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ITaskStepUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.FileTaskStepUpdateParametersTypeConverter))>]
type IFileTaskStepUpdateParameters = interface
    interface IJsonSerializable
    interface ITaskStepUpdateParameters
Public Interface IFileTaskStepUpdateParameters
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)
TaskFilePath

The task template/definition file path relative to the source context.

Type

The type of the step.

(Inherited from ITaskStepUpdateParameters)
Value

The collection of overridable values that can be passed when running a task.

ValuesFilePath

The values/parameters file path relative to the source context.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to